[2022-11-19 00:07:01,880] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-19 00:07:02,176] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.raw.xml [2022-11-19 00:07:02,176] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.json [2022-11-19 00:07:02,181] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 00:07:02,182] {__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-19 00:07:02,187] {__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-19 00:07:02,190] {__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-19 00:07:02,193] {__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-19 00:07:02,194] {__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-19 00:07:02,195] {__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-19 00:07:02,197] {__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-19 00:07:02,365] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-19 00:07:02,480] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-19 00:07:02,484] {__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-19 00:07:02,485] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-19 00:07:02,572] {__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-19 00:07:02,577] {__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-19 00:07:02,578] {__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-19 00:07:02,580] {__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-19 00:07:02,581] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-19 00:07:02,888] {__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-19 00:07:03,040] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-19 00:07:03,582] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-19 00:07:04,285] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-19 00:07:04,784] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-19 00:07:05,208] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-19 00:07:05,739] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-19 00:07:06,147] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-19 00:07:06,495] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-19 00:07:06,958] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-19 00:07:07,379] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-19 00:07:07,781] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-19 00:07:08,204] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-19 00:07:08,637] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-19 00:07:09,069] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-19 00:07:09,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-19 00:07:10,103] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-19 00:07:10,551] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-19 00:07:10,928] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-19 00:07:11,396] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-19 00:07:11,871] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-19 00:07:12,356] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-19 00:07:12,749] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-19 00:07:13,172] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-19 00:07:13,745] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-19 00:07:14,172] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-19 00:07:14,640] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-19 00:07:15,331] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-19 00:07:15,823] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-19 00:07:16,167] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-19 00:07:16,583] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-19 00:07:16,994] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-19 00:07:17,360] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-19 00:07:17,756] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-19 00:07:18,168] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-19 00:07:18,618] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-19 00:07:19,032] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-19 00:07:19,332] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.raw.xml [2022-11-19 00:07:19,350] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.json [2022-11-19 00:07:19,425] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 00:07:19,429] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-19 00:07:19,728] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-19 00:07:20,130] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.raw.xml [2022-11-19 00:07:20,130] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.json [2022-11-19 00:07:20,138] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 00:07:20,140] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-19 00:07:20,149] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 00:07:20,151] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-19 00:07:20,165] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-19 00:07:20,167] {__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-19 00:07:20,168] {__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-19 00:07:20,169] {__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-19 00:07:20,170] {__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-19 00:07:20,171] {__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-19 00:07:20,171] {__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-19 00:07:20,172] {__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-19 00:07:20,173] {__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-19 00:07:20,175] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-19 00:07:20,401] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-19 00:07:20,620] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-19 00:07:20,835] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-19 00:07:21,057] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-19 00:07:21,283] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-19 00:07:21,507] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-19 00:07:21,752] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-19 00:07:21,966] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-19 00:07:22,247] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-19 00:07:22,534] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-19 00:07:22,757] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-19 00:07:22,984] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-19 00:07:23,260] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-19 00:07:23,481] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-19 00:07:23,704] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-19 00:07:23,928] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-19 00:07:24,151] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-19 00:07:24,483] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-19 00:07:24,723] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-19 00:07:24,947] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-19 00:07:25,174] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-19 00:07:25,397] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-19 00:07:25,623] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-19 00:07:25,849] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.raw.json [2022-11-19 00:07:25,850] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.json [2022-11-19 00:07:25,878] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 00:07:25,881] {__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-19 00:07:25,882] {__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-19 00:07:25,884] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-AD.ratings.json [2022-11-19 00:07:25,884] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-19 00:07:25,885] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-19 00:07:25,885] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-NO.ratings.json [2022-11-19 00:07:25,886] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-19 00:07:25,892] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 00:07:25,893] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 00:07:25,893] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 00:07:25,893] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 00:07:25,894] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-19 00:07:25,896] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 00:07:25,896] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-19 00:37:02,666] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-19 00:37:04,247] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.raw.xml [2022-11-19 00:37:04,249] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.json [2022-11-19 00:37:04,256] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 00:37:04,257] {__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-19 00:37:04,264] {__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-19 00:37:04,267] {__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-19 00:37:04,270] {__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-19 00:37:04,271] {__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-19 00:37:04,272] {__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-19 00:37:04,273] {__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-19 00:37:04,600] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-19 00:37:04,722] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-19 00:37:04,726] {__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-19 00:37:04,727] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-19 00:37:04,843] {__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-19 00:37:04,848] {__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-19 00:37:04,849] {__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-19 00:37:04,851] {__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-19 00:37:04,852] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-19 00:37:05,136] {__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-19 00:37:05,329] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-19 00:37:06,047] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-19 00:37:06,460] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-19 00:37:06,985] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-19 00:37:07,457] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-19 00:37:07,836] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-19 00:37:08,286] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-19 00:37:08,735] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-19 00:37:09,176] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-19 00:37:09,826] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-19 00:37:10,252] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-19 00:37:10,603] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-19 00:37:11,007] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-19 00:37:11,492] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-19 00:37:11,957] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-19 00:37:12,509] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-19 00:37:12,926] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-19 00:37:13,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-19 00:37:13,785] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-19 00:37:14,248] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-19 00:37:14,667] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-19 00:37:15,133] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-19 00:37:15,566] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-19 00:37:16,068] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-19 00:37:16,460] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-19 00:37:16,881] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-19 00:37:17,327] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-19 00:37:17,750] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-19 00:37:18,139] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-19 00:37:18,946] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-19 00:37:19,352] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-19 00:37:19,813] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-19 00:37:20,261] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-19 00:37:20,721] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-19 00:37:21,148] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-19 00:37:21,630] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-19 00:37:21,957] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.raw.xml [2022-11-19 00:37:21,973] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.json [2022-11-19 00:37:22,054] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 00:37:22,059] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-19 00:37:22,346] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-19 00:37:22,910] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.raw.xml [2022-11-19 00:37:22,910] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.json [2022-11-19 00:37:22,917] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 00:37:22,919] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-19 00:37:22,931] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 00:37:22,933] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-19 00:37:22,943] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-19 00:37:22,945] {__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-19 00:37:22,946] {__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-19 00:37:22,947] {__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-19 00:37:22,948] {__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-19 00:37:22,948] {__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-19 00:37:22,949] {__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-19 00:37:22,950] {__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-19 00:37:22,951] {__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-19 00:37:22,952] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-19 00:37:23,320] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-19 00:37:23,554] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-19 00:37:23,776] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-19 00:37:23,998] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-19 00:37:24,225] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-19 00:37:24,447] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-19 00:37:24,670] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-19 00:37:24,893] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-19 00:37:25,115] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-19 00:37:25,336] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-19 00:37:25,562] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-19 00:37:25,786] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-19 00:37:26,013] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-19 00:37:26,235] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-19 00:37:26,462] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-19 00:37:26,731] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-19 00:37:26,953] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-19 00:37:27,174] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-19 00:37:27,396] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-19 00:37:27,619] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-19 00:37:27,846] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-19 00:37:28,066] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-19 00:37:28,303] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-19 00:37:28,527] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.raw.json [2022-11-19 00:37:28,528] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.json [2022-11-19 00:37:28,562] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 00:37:28,566] {__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-19 00:37:28,568] {__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-19 00:37:28,570] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-AD.ratings.json [2022-11-19 00:37:28,571] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-19 00:37:28,571] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-19 00:37:28,571] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-NO.ratings.json [2022-11-19 00:37:28,572] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-19 00:37:28,579] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 00:37:28,580] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 00:37:28,580] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 00:37:28,580] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 00:37:28,581] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-19 00:37:28,583] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 00:37:28,583] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-19 01:07:02,105] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-19 01:07:02,506] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.raw.xml [2022-11-19 01:07:02,509] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.json [2022-11-19 01:07:02,513] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 01:07:02,514] {__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-19 01:07:02,520] {__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-19 01:07:02,523] {__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-19 01:07:02,525] {__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-19 01:07:02,526] {__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-19 01:07:02,527] {__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-19 01:07:02,529] {__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-19 01:07:02,650] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-19 01:07:02,777] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-19 01:07:02,781] {__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-19 01:07:02,783] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-19 01:07:02,889] {__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-19 01:07:02,894] {__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-19 01:07:02,895] {__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-19 01:07:02,898] {__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-19 01:07:02,899] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-19 01:07:03,120] {__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-19 01:07:03,328] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-19 01:07:03,789] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-19 01:07:04,604] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-19 01:07:05,043] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-19 01:07:05,503] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-19 01:07:05,952] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-19 01:07:06,374] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-19 01:07:06,796] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-19 01:07:07,183] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-19 01:07:07,684] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-19 01:07:08,126] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-19 01:07:08,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-19 01:07:09,028] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-19 01:07:09,492] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-19 01:07:10,039] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-19 01:07:10,410] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-19 01:07:10,864] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-19 01:07:11,451] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-19 01:07:11,960] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-19 01:07:12,389] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-19 01:07:12,828] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-19 01:07:13,315] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-19 01:07:13,807] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-19 01:07:14,181] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-19 01:07:14,562] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-19 01:07:15,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-19 01:07:15,600] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-19 01:07:16,066] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-19 01:07:16,495] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-19 01:07:16,898] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-19 01:07:17,293] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-19 01:07:17,711] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-19 01:07:18,128] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-19 01:07:18,686] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-19 01:07:19,102] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-19 01:07:19,522] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-19 01:07:19,868] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.raw.xml [2022-11-19 01:07:19,888] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.json [2022-11-19 01:07:19,964] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 01:07:19,969] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-19 01:07:20,493] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-19 01:07:20,912] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.raw.xml [2022-11-19 01:07:20,913] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.json [2022-11-19 01:07:20,920] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 01:07:20,925] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-19 01:07:20,931] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 01:07:20,934] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-19 01:07:20,945] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-19 01:07:20,947] {__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-19 01:07:20,948] {__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-19 01:07:20,949] {__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-19 01:07:20,949] {__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-19 01:07:20,950] {__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-19 01:07:20,951] {__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-19 01:07:20,952] {__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-19 01:07:20,952] {__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-19 01:07:20,954] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-19 01:07:21,221] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-19 01:07:21,457] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-19 01:07:21,688] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-19 01:07:21,924] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-19 01:07:22,150] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-19 01:07:22,368] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-19 01:07:22,599] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-19 01:07:22,834] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-19 01:07:23,075] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-19 01:07:23,365] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-19 01:07:23,598] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-19 01:07:23,825] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-19 01:07:24,055] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-19 01:07:24,280] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-19 01:07:24,503] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-19 01:07:24,728] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-19 01:07:24,956] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-19 01:07:25,180] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-19 01:07:25,402] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-19 01:07:25,627] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-19 01:07:25,852] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-19 01:07:26,077] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-19 01:07:26,303] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-19 01:07:26,527] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.raw.json [2022-11-19 01:07:26,528] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.json [2022-11-19 01:07:26,561] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 01:07:26,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-19 01:07:26,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-19 01:07:26,567] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-AD.ratings.json [2022-11-19 01:07:26,568] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-19 01:07:26,568] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-19 01:07:26,568] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-NO.ratings.json [2022-11-19 01:07:26,569] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-19 01:07:26,575] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 01:07:26,575] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 01:07:26,576] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 01:07:26,576] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 01:07:26,577] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-19 01:07:26,578] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 01:07:26,579] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-19 01:37:02,497] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-19 01:37:02,904] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.raw.xml [2022-11-19 01:37:02,905] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.json [2022-11-19 01:37:02,910] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 01:37:02,910] {__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-19 01:37:02,916] {__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-19 01:37:02,919] {__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-19 01:37:02,921] {__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-19 01:37:02,922] {__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-19 01:37:02,923] {__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-19 01:37:02,925] {__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-19 01:37:03,093] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-19 01:37:03,210] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-19 01:37:03,214] {__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-19 01:37:03,216] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-19 01:37:03,309] {__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-19 01:37:03,315] {__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-19 01:37:03,316] {__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-19 01:37:03,318] {__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-19 01:37:03,319] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-19 01:37:03,528] {__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-19 01:37:03,685] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-19 01:37:04,188] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-19 01:37:04,669] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-19 01:37:05,104] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-19 01:37:05,503] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-19 01:37:05,930] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-19 01:37:06,435] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-19 01:37:06,834] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-19 01:37:07,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-19 01:37:08,246] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-19 01:37:08,686] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-19 01:37:09,167] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-19 01:37:09,671] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-19 01:37:10,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-19 01:37:10,684] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-19 01:37:11,096] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-19 01:37:11,471] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-19 01:37:11,885] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-19 01:37:12,365] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-19 01:37:12,787] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-19 01:37:13,179] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-19 01:37:13,705] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-19 01:37:14,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-19 01:37:14,453] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-19 01:37:14,872] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-19 01:37:15,308] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-19 01:37:15,800] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-19 01:37:16,221] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-19 01:37:16,607] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-19 01:37:17,054] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-19 01:37:17,432] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-19 01:37:17,780] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-19 01:37:18,170] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-19 01:37:18,515] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-19 01:37:18,951] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-19 01:37:19,392] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-19 01:37:19,673] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.raw.xml [2022-11-19 01:37:19,691] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.json [2022-11-19 01:37:19,773] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 01:37:19,777] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-19 01:37:20,088] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-19 01:37:20,489] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.raw.xml [2022-11-19 01:37:20,490] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.json [2022-11-19 01:37:20,497] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 01:37:20,499] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-19 01:37:20,507] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 01:37:20,509] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-19 01:37:20,517] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-19 01:37:20,518] {__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-19 01:37:20,520] {__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-19 01:37:20,521] {__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-19 01:37:20,521] {__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-19 01:37:20,522] {__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-19 01:37:20,523] {__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-19 01:37:20,524] {__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-19 01:37:20,525] {__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-19 01:37:20,526] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-19 01:37:20,794] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-19 01:37:21,019] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-19 01:37:21,239] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-19 01:37:21,477] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-19 01:37:21,696] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-19 01:37:21,919] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-19 01:37:22,147] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-19 01:37:22,369] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-19 01:37:22,592] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-19 01:37:22,813] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-19 01:37:23,068] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-19 01:37:23,358] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-19 01:37:23,582] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-19 01:37:23,812] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-19 01:37:24,059] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-19 01:37:24,317] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-19 01:37:24,554] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-19 01:37:24,798] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-19 01:37:25,052] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-19 01:37:25,677] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-19 01:37:26,126] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-19 01:37:26,432] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-19 01:37:26,786] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-19 01:37:27,057] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.raw.json [2022-11-19 01:37:27,058] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.json [2022-11-19 01:37:27,083] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 01:37:27,087] {__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-19 01:37:27,088] {__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-19 01:37:27,089] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-AD.ratings.json [2022-11-19 01:37:27,090] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-19 01:37:27,090] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-19 01:37:27,091] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-NO.ratings.json [2022-11-19 01:37:27,091] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-19 01:37:27,096] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 01:37:27,097] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 01:37:27,097] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 01:37:27,097] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 01:37:27,098] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-19 01:37:27,101] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 01:37:27,101] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-19 02:07:02,294] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-19 02:07:02,698] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.raw.xml [2022-11-19 02:07:02,699] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.json [2022-11-19 02:07:02,703] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 02:07:02,704] {__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-19 02:07:02,710] {__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-19 02:07:02,713] {__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-19 02:07:02,715] {__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-19 02:07:02,716] {__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-19 02:07:02,717] {__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-19 02:07:02,718] {__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-19 02:07:02,887] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-19 02:07:03,003] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-19 02:07:03,007] {__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-19 02:07:03,008] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-19 02:07:03,116] {__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-19 02:07:03,121] {__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-19 02:07:03,122] {__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-19 02:07:03,124] {__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-19 02:07:03,125] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-19 02:07:03,347] {__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-19 02:07:03,565] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-19 02:07:04,026] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-19 02:07:04,506] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-19 02:07:04,998] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-19 02:07:05,422] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-19 02:07:05,935] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-19 02:07:06,563] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-19 02:07:08,210] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-19 02:07:08,922] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-19 02:07:09,326] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-19 02:07:09,881] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-19 02:07:10,406] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-19 02:07:10,810] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-19 02:07:11,244] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-19 02:07:11,697] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-19 02:07:12,201] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-19 02:07:12,641] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-19 02:07:13,242] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-19 02:07:13,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-19 02:07:14,217] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-19 02:07:14,664] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-19 02:07:15,148] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-19 02:07:15,713] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-19 02:07:16,065] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-19 02:07:16,488] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-19 02:07:16,864] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-19 02:07:17,289] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-19 02:07:17,791] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-19 02:07:18,285] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-19 02:07:18,707] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-19 02:07:19,051] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-19 02:07:19,532] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-19 02:07:19,919] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-19 02:07:20,292] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-19 02:07:20,755] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-19 02:07:21,169] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-19 02:07:21,473] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.raw.xml [2022-11-19 02:07:21,489] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.json [2022-11-19 02:07:21,569] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 02:07:21,574] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-19 02:07:21,854] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-19 02:07:22,257] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.raw.xml [2022-11-19 02:07:22,258] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.json [2022-11-19 02:07:22,264] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 02:07:22,265] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-19 02:07:22,273] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 02:07:22,274] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-19 02:07:22,288] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-19 02:07:22,289] {__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-19 02:07:22,291] {__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-19 02:07:22,291] {__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-19 02:07:22,292] {__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-19 02:07:22,293] {__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-19 02:07:22,294] {__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-19 02:07:22,295] {__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-19 02:07:22,295] {__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-19 02:07:22,297] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-19 02:07:22,551] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-19 02:07:22,774] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-19 02:07:22,995] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-19 02:07:23,275] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-19 02:07:23,507] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-19 02:07:23,731] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-19 02:07:23,963] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-19 02:07:24,198] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-19 02:07:24,426] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-19 02:07:24,662] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-19 02:07:24,897] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-19 02:07:25,138] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-19 02:07:25,369] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-19 02:07:25,588] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-19 02:07:25,820] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-19 02:07:26,048] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-19 02:07:26,278] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-19 02:07:26,506] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-19 02:07:26,731] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-19 02:07:26,963] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-19 02:07:27,193] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-19 02:07:27,425] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-19 02:07:27,652] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-19 02:07:27,876] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.raw.json [2022-11-19 02:07:27,877] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.json [2022-11-19 02:07:27,904] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 02:07:27,908] {__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-19 02:07:27,909] {__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-19 02:07:27,910] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-AD.ratings.json [2022-11-19 02:07:27,911] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-19 02:07:27,911] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-19 02:07:27,912] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-NO.ratings.json [2022-11-19 02:07:27,912] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-19 02:07:27,918] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 02:07:27,918] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 02:07:27,919] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 02:07:27,919] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 02:07:27,920] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-19 02:07:27,921] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 02:07:27,922] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-19 02:37:02,476] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-19 02:37:02,861] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.raw.xml [2022-11-19 02:37:02,862] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.json [2022-11-19 02:37:02,867] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 02:37:02,868] {__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-19 02:37:02,873] {__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-19 02:37:02,876] {__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-19 02:37:02,878] {__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-19 02:37:02,879] {__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-19 02:37:02,880] {__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-19 02:37:02,882] {__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-19 02:37:03,101] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-19 02:37:03,220] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-19 02:37:03,224] {__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-19 02:37:03,225] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-19 02:37:03,315] {__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-19 02:37:03,320] {__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-19 02:37:03,321] {__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-19 02:37:03,323] {__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-19 02:37:03,324] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-19 02:37:03,601] {__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-19 02:37:03,788] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-19 02:37:04,273] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-19 02:37:04,817] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-19 02:37:05,528] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-19 02:37:05,974] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-19 02:37:06,412] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-19 02:37:06,889] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-19 02:37:07,284] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-19 02:37:07,682] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-19 02:37:08,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-19 02:37:08,429] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-19 02:37:08,899] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-19 02:37:09,573] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-19 02:37:10,031] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-19 02:37:13,813] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-19 02:37:14,256] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-19 02:37:14,709] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-19 02:37:15,211] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-19 02:37:18,768] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-19 02:37:19,308] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-19 02:37:19,786] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-19 02:37:20,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-19 02:37:20,852] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-19 02:37:21,298] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-19 02:37:21,724] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-19 02:37:22,094] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-19 02:37:22,486] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-19 02:37:23,010] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-19 02:37:23,458] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-19 02:37:23,925] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-19 02:37:24,408] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-19 02:37:24,868] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-19 02:37:25,305] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-19 02:37:25,723] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-19 02:37:26,217] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-19 02:37:26,584] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-19 02:37:26,938] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.raw.xml [2022-11-19 02:37:26,955] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.json [2022-11-19 02:37:27,029] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 02:37:27,034] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-19 02:37:27,339] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-19 02:37:27,901] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.raw.xml [2022-11-19 02:37:27,901] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.json [2022-11-19 02:37:27,909] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 02:37:27,911] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-19 02:37:27,921] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 02:37:27,927] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-19 02:37:27,936] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-19 02:37:27,936] {__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-19 02:37:27,938] {__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-19 02:37:27,938] {__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-19 02:37:27,939] {__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-19 02:37:27,940] {__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-19 02:37:27,941] {__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-19 02:37:27,942] {__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-19 02:37:27,942] {__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-19 02:37:27,944] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-19 02:37:28,245] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-19 02:37:28,468] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-19 02:37:28,691] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-19 02:37:28,912] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-19 02:37:29,135] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-19 02:37:29,357] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-19 02:37:29,580] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-19 02:37:29,803] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-19 02:37:30,028] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-19 02:37:30,251] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-19 02:37:30,476] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-19 02:37:30,698] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-19 02:37:30,930] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-19 02:37:31,204] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-19 02:37:31,431] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-19 02:37:31,650] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-19 02:37:31,884] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-19 02:37:32,105] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-19 02:37:32,331] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-19 02:37:32,566] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-19 02:37:32,798] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-19 02:37:33,028] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-19 02:37:33,260] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-19 02:37:33,487] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.raw.json [2022-11-19 02:37:33,488] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.json [2022-11-19 02:37:33,514] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 02:37:33,516] {__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-19 02:37:33,517] {__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-19 02:37:33,518] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-AD.ratings.json [2022-11-19 02:37:33,519] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-19 02:37:33,520] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-19 02:37:33,520] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-NO.ratings.json [2022-11-19 02:37:33,520] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-19 02:37:33,523] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 02:37:33,523] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 02:37:33,524] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 02:37:33,524] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 02:37:33,524] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-19 02:37:33,527] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 02:37:33,527] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-19 03:07:02,482] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-19 03:07:03,250] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.raw.xml [2022-11-19 03:07:03,251] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.json [2022-11-19 03:07:03,255] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 03:07:03,256] {__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-19 03:07:03,261] {__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-19 03:07:03,264] {__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-19 03:07:03,266] {__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-19 03:07:03,267] {__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-19 03:07:03,268] {__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-19 03:07:03,270] {__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-19 03:07:03,445] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-19 03:07:03,564] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-19 03:07:03,569] {__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-19 03:07:03,570] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-19 03:07:03,679] {__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-19 03:07:03,684] {__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-19 03:07:03,685] {__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-19 03:07:03,687] {__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-19 03:07:03,688] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-19 03:07:03,870] {__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-19 03:07:04,089] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-19 03:07:04,634] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-19 03:07:05,060] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-19 03:07:05,553] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-19 03:07:06,067] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-19 03:07:06,744] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-19 03:07:07,204] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-19 03:07:07,617] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-19 03:07:08,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-19 03:07:08,511] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-19 03:07:08,865] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-19 03:07:09,491] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-19 03:07:09,871] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-19 03:07:10,324] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-19 03:07:10,755] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-19 03:07:11,272] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-19 03:07:11,676] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-19 03:07:12,070] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-19 03:07:12,493] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-19 03:07:13,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-19 03:07:13,565] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-19 03:07:13,956] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-19 03:07:14,459] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-19 03:07:14,841] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-19 03:07:15,297] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-19 03:07:15,727] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-19 03:07:16,452] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-19 03:07:16,884] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-19 03:07:17,307] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-19 03:07:17,800] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-19 03:07:18,380] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-19 03:07:18,851] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-19 03:07:19,320] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-19 03:07:19,779] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-19 03:07:20,195] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-19 03:07:20,792] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-19 03:07:21,044] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.raw.xml [2022-11-19 03:07:21,058] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.json [2022-11-19 03:07:21,136] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 03:07:21,141] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-19 03:07:21,587] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-19 03:07:22,046] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.raw.xml [2022-11-19 03:07:22,047] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.json [2022-11-19 03:07:22,055] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 03:07:22,056] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-19 03:07:22,067] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 03:07:22,068] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-19 03:07:22,078] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-19 03:07:22,079] {__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-19 03:07: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-19 03:07:22,081] {__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-19 03:07:22,082] {__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-19 03:07: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-19 03:07: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-19 03:07: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-19 03:07:22,085] {__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-19 03:07:22,087] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-19 03:07:22,344] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-19 03:07:22,570] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-19 03:07:23,043] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-19 03:07:23,269] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-19 03:07:23,492] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-19 03:07:23,720] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-19 03:07:23,946] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-19 03:07:24,170] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-19 03:07:24,390] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-19 03:07:24,616] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-19 03:07:24,841] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-19 03:07:25,065] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-19 03:07:25,289] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-19 03:07:25,517] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-19 03:07:25,744] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-19 03:07:25,977] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-19 03:07:26,202] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-19 03:07:26,427] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-19 03:07:26,646] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-19 03:07:26,870] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-19 03:07:27,101] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-19 03:07:27,388] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-19 03:07:27,615] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-19 03:07:27,839] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.raw.json [2022-11-19 03:07:27,840] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.json [2022-11-19 03:07:27,866] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 03:07:27,869] {__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-19 03:07:27,870] {__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-19 03:07:27,871] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-AD.ratings.json [2022-11-19 03:07:27,872] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-19 03:07:27,872] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-19 03:07:27,873] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-NO.ratings.json [2022-11-19 03:07:27,873] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-19 03:07:27,875] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 03:07:27,876] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 03:07:27,877] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 03:07:27,877] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 03:07:27,877] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-19 03:07:27,880] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 03:07:27,880] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-19 03:37:02,470] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-19 03:37:02,872] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.raw.xml [2022-11-19 03:37:02,872] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.json [2022-11-19 03:37:02,877] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 03:37:02,877] {__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-19 03:37:02,883] {__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-19 03:37:02,886] {__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-19 03:37:02,888] {__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-19 03:37:02,889] {__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-19 03:37:02,890] {__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-19 03:37:02,891] {__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-19 03:37:03,162] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-19 03:37:03,277] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-19 03:37:03,281] {__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-19 03:37:03,283] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-19 03:37:03,368] {__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-19 03:37:03,373] {__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-19 03:37:03,374] {__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-19 03:37:03,376] {__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-19 03:37:03,377] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-19 03:37:03,701] {__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-19 03:37:03,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-19 03:37:04,451] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-19 03:37:04,903] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-19 03:37:05,369] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-19 03:37:06,023] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-19 03:37:06,547] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-19 03:37:07,026] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-19 03:37:07,406] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-19 03:37:07,840] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-19 03:37:08,204] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-19 03:37:08,573] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-19 03:37:08,976] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-19 03:37:09,396] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-19 03:37:09,789] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-19 03:37:10,191] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-19 03:37:10,658] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-19 03:37:11,111] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-19 03:37:11,507] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-19 03:37:11,952] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-19 03:37:12,330] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-19 03:37:12,768] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-19 03:37:13,209] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-19 03:37:13,720] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-19 03:37:14,172] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-19 03:37:14,655] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-19 03:37:15,094] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-19 03:37:15,664] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-19 03:37:16,065] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-19 03:37:16,489] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-19 03:37:16,868] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-19 03:37:17,274] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-19 03:37:17,754] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-19 03:37:18,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-19 03:37:18,726] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-19 03:37:19,149] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-19 03:37:19,632] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-19 03:37:20,085] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.raw.xml [2022-11-19 03:37:20,102] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.json [2022-11-19 03:37:20,175] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 03:37:20,179] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-19 03:37:20,483] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-19 03:37:20,887] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.raw.xml [2022-11-19 03:37:20,888] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.json [2022-11-19 03:37:20,894] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 03:37:20,896] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-19 03:37:20,907] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 03:37:20,908] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-19 03:37:20,917] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-19 03:37:20,918] {__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-19 03:37:20,919] {__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-19 03:37:20,920] {__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-19 03:37:20,920] {__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-19 03:37:20,921] {__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-19 03:37:20,922] {__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-19 03:37:20,923] {__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-19 03:37:20,923] {__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-19 03:37:20,925] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-19 03:37:21,186] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-19 03:37:21,412] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-19 03:37:21,637] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-19 03:37:21,861] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-19 03:37:22,084] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-19 03:37:22,307] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-19 03:37:22,530] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-19 03:37:22,755] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-19 03:37:22,982] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-19 03:37:23,204] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-19 03:37:23,430] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-19 03:37:23,653] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-19 03:37:23,879] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-19 03:37:24,100] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-19 03:37:24,322] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-19 03:37:24,543] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-19 03:37:24,767] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-19 03:37:24,994] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-19 03:37:25,223] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-19 03:37:25,459] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-19 03:37:25,690] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-19 03:37:25,920] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-19 03:37:26,161] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-19 03:37:26,388] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.raw.json [2022-11-19 03:37:26,389] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.json [2022-11-19 03:37:26,424] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 03:37:26,428] {__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-19 03:37:26,429] {__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-19 03:37:26,431] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-AD.ratings.json [2022-11-19 03:37:26,431] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-19 03:37:26,432] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-19 03:37:26,432] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-NO.ratings.json [2022-11-19 03:37:26,433] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-19 03:37:26,439] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 03:37:26,439] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 03:37:26,440] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 03:37:26,440] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 03:37:26,441] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-19 03:37:26,443] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 03:37:26,443] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-19 04:07:02,234] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-19 04:07:02,970] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.raw.xml [2022-11-19 04:07:02,971] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.json [2022-11-19 04:07:02,975] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 04:07:02,976] {__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-19 04:07:02,981] {__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-19 04:07:02,985] {__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-19 04:07:02,987] {__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-19 04:07:02,988] {__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-19 04:07:02,989] {__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-19 04:07:02,990] {__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-19 04:07:03,161] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-19 04:07:03,277] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-19 04:07:03,281] {__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-19 04:07:03,283] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-19 04:07:03,368] {__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-19 04:07:03,373] {__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-19 04:07:03,374] {__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-19 04:07:03,377] {__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-19 04:07:03,378] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-19 04:07:03,568] {__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-19 04:07:03,787] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-19 04:07:04,276] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-19 04:07:04,732] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-19 04:07:05,246] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-19 04:07:05,696] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-19 04:07:06,150] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-19 04:07:06,715] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-19 04:07:07,226] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-19 04:07:07,683] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-19 04:07:08,199] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-19 04:07:08,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-19 04:07:09,073] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-19 04:07:09,611] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-19 04:07:10,043] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-19 04:07:10,551] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-19 04:07:11,051] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-19 04:07:11,462] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-19 04:07:11,937] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-19 04:07:12,365] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-19 04:07:12,933] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-19 04:07:13,477] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-19 04:07:14,069] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-19 04:07:14,594] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-19 04:07:15,097] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-19 04:07:16,539] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-19 04:07:16,941] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-19 04:07:17,371] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-19 04:07:17,823] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-19 04:07:18,572] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-19 04:07:19,053] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-19 04:07:19,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-19 04:07:19,896] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-19 04:07:20,304] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-19 04:07:20,776] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-19 04:07:21,292] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-19 04:07:21,772] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-19 04:07:22,116] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.raw.xml [2022-11-19 04:07:22,134] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.json [2022-11-19 04:07:22,209] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 04:07:22,213] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-19 04:07:22,518] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-19 04:07:23,095] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.raw.xml [2022-11-19 04:07:23,096] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.json [2022-11-19 04:07:23,104] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 04:07:23,105] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-19 04:07:23,114] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 04:07:23,116] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-19 04:07:23,126] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-19 04:07:23,127] {__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-19 04:07:23,128] {__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-19 04:07:23,129] {__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-19 04:07:23,130] {__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-19 04:07:23,131] {__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-19 04:07:23,131] {__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-19 04:07:23,132] {__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-19 04:07:23,133] {__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-19 04:07:23,135] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-19 04:07:23,426] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-19 04:07:23,655] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-19 04:07:23,882] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-19 04:07:24,110] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-19 04:07:24,331] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-19 04:07:24,558] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-19 04:07:24,784] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-19 04:07:25,013] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-19 04:07:25,239] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-19 04:07:25,468] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-19 04:07:25,695] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-19 04:07:25,923] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-19 04:07:26,147] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-19 04:07:26,370] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-19 04:07:26,592] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-19 04:07:26,821] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-19 04:07:27,049] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-19 04:07:27,275] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-19 04:07:27,528] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-19 04:07:27,752] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-19 04:07:27,978] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-19 04:07:28,205] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-19 04:07:28,428] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-19 04:07:28,658] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.raw.json [2022-11-19 04:07:28,659] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.json [2022-11-19 04:07:28,687] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 04:07:28,691] {__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-19 04:07:28,692] {__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-19 04:07:28,693] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-AD.ratings.json [2022-11-19 04:07:28,694] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-19 04:07:28,695] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-19 04:07:28,695] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-NO.ratings.json [2022-11-19 04:07:28,696] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-19 04:07:28,700] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 04:07:28,701] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 04:07:28,702] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 04:07:28,702] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 04:07:28,702] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-19 04:07:28,705] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 04:07:28,706] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-19 04:37:02,461] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-19 04:37:02,847] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.raw.xml [2022-11-19 04:37:02,848] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.json [2022-11-19 04:37:02,853] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 04:37:02,854] {__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-19 04:37:02,859] {__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-19 04:37:02,862] {__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-19 04:37:02,864] {__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-19 04:37:02,865] {__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-19 04:37:02,866] {__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-19 04:37:02,867] {__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-19 04:37:03,040] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-19 04:37:03,163] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-19 04:37:03,167] {__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-19 04:37:03,168] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-19 04:37:03,308] {__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-19 04:37:03,312] {__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-19 04:37:03,314] {__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-19 04:37:03,316] {__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-19 04:37:03,316] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-19 04:37:03,661] {__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-19 04:37:03,936] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-19 04:37:04,609] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-19 04:37:05,194] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-19 04:37:05,717] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-19 04:37:06,166] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-19 04:37:06,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-19 04:37:07,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-19 04:37:07,502] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-19 04:37:07,916] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-19 04:37:08,458] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-19 04:37:08,808] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-19 04:37:09,381] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-19 04:37:09,803] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-19 04:37:10,282] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-19 04:37:10,706] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-19 04:37:11,153] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-19 04:37:11,619] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-19 04:37:12,121] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-19 04:37:12,510] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-19 04:37:12,924] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-19 04:37:13,471] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-19 04:37:14,024] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-19 04:37:14,529] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-19 04:37:14,903] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-19 04:37:15,297] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-19 04:37:15,754] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-19 04:37:16,199] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-19 04:37:16,627] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-19 04:37:17,084] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-19 04:37:17,491] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-19 04:37:17,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-19 04:37:18,332] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-19 04:37:18,775] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-19 04:37:19,216] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-19 04:37:19,643] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-19 04:37:20,187] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-19 04:37:20,527] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.raw.xml [2022-11-19 04:37:20,544] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.json [2022-11-19 04:37:20,619] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 04:37:20,624] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-19 04:37:20,913] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-19 04:37:21,314] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.raw.xml [2022-11-19 04:37:21,315] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.json [2022-11-19 04:37:21,321] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 04:37:21,324] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-19 04:37:21,335] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 04:37:21,336] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-19 04:37:21,344] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-19 04:37:21,346] {__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-19 04:37:21,347] {__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-19 04:37:21,348] {__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-19 04:37:21,348] {__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-19 04:37:21,349] {__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-19 04:37:21,350] {__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-19 04:37:21,351] {__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-19 04:37:21,352] {__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-19 04:37:21,353] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-19 04:37:21,577] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-19 04:37:21,806] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-19 04:37:22,038] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-19 04:37:22,262] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-19 04:37:22,487] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-19 04:37:22,710] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-19 04:37:22,936] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-19 04:37:23,163] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-19 04:37:23,452] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-19 04:37:23,675] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-19 04:37:23,897] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-19 04:37:24,121] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-19 04:37:24,344] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-19 04:37:24,564] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-19 04:37:24,785] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-19 04:37:25,008] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-19 04:37:25,228] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-19 04:37:25,444] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-19 04:37:25,669] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-19 04:37:25,896] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-19 04:37:26,114] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-19 04:37:26,334] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-19 04:37:26,550] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-19 04:37:26,778] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.raw.json [2022-11-19 04:37:26,778] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.json [2022-11-19 04:37:26,815] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 04:37:26,819] {__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-19 04:37:26,820] {__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-19 04:37:26,822] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-AD.ratings.json [2022-11-19 04:37:26,822] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-19 04:37:26,823] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-19 04:37:26,823] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-NO.ratings.json [2022-11-19 04:37:26,824] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-19 04:37:26,829] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 04:37:26,829] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 04:37:26,830] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 04:37:26,830] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 04:37:26,830] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-19 04:37:26,832] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 04:37:26,833] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-19 05:07:02,651] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-19 05:07:03,041] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.raw.xml [2022-11-19 05:07:03,042] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.json [2022-11-19 05:07:03,046] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 05:07:03,047] {__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-19 05:07:03,052] {__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-19 05:07:03,056] {__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-19 05:07:03,058] {__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-19 05:07:03,059] {__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-19 05:07:03,060] {__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-19 05:07:03,061] {__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-19 05:07:03,231] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-19 05:07:03,347] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-19 05:07:03,351] {__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-19 05:07:03,353] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-19 05:07:03,441] {__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-19 05:07:03,446] {__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-19 05:07:03,447] {__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-19 05:07:03,449] {__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-19 05:07:03,450] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-19 05:07:03,676] {__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-19 05:07:03,863] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-19 05:07:04,486] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-19 05:07:04,994] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-19 05:07:05,414] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-19 05:07:05,792] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-19 05:07:06,371] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-19 05:07:06,810] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-19 05:07:07,266] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-19 05:07:07,731] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-19 05:07:08,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-19 05:07:08,675] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-19 05:07:09,135] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-19 05:07:09,563] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-19 05:07:09,980] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-19 05:07:10,405] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-19 05:07:10,817] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-19 05:07:11,201] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-19 05:07:11,631] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-19 05:07:12,051] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-19 05:07:12,479] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-19 05:07:12,906] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-19 05:07:13,443] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-19 05:07:13,911] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-19 05:07:14,338] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-19 05:07:14,753] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-19 05:07:15,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-19 05:07:15,634] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-19 05:07:16,045] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-19 05:07:16,469] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-19 05:07:16,914] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-19 05:07:17,334] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-19 05:07:17,788] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-19 05:07:18,173] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-19 05:07:18,574] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-19 05:07:19,031] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-19 05:07:19,465] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-19 05:07:19,719] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.raw.xml [2022-11-19 05:07:19,736] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.json [2022-11-19 05:07:19,809] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 05:07:19,813] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-19 05:07:20,237] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-19 05:07:20,662] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.raw.xml [2022-11-19 05:07:20,662] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.json [2022-11-19 05:07:20,669] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 05:07:20,671] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-19 05:07:20,683] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 05:07:20,685] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-19 05:07:20,696] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-19 05:07:20,697] {__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-19 05:07:20,699] {__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-19 05:07:20,699] {__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-19 05:07:20,700] {__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-19 05:07:20,701] {__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-19 05:07:20,702] {__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-19 05:07:20,703] {__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-19 05:07:20,703] {__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-19 05:07:20,705] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-19 05:07:20,932] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-19 05:07:21,151] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-19 05:07:21,371] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-19 05:07:21,597] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-19 05:07:21,822] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-19 05:07:22,047] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-19 05:07:22,269] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-19 05:07:22,493] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-19 05:07:22,719] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-19 05:07:22,941] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-19 05:07:23,168] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-19 05:07:23,463] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-19 05:07:23,689] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-19 05:07:23,914] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-19 05:07:24,145] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-19 05:07:24,399] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-19 05:07:24,676] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-19 05:07:24,929] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-19 05:07:25,187] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-19 05:07:25,437] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-19 05:07:25,688] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-19 05:07:25,942] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-19 05:07:26,179] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-19 05:07:26,411] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.raw.json [2022-11-19 05:07:26,412] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.json [2022-11-19 05:07:26,439] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 05:07:26,442] {__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-19 05:07:26,443] {__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-19 05:07:26,445] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-AD.ratings.json [2022-11-19 05:07:26,446] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-19 05:07:26,446] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-19 05:07:26,447] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-NO.ratings.json [2022-11-19 05:07:26,447] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-19 05:07:26,453] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 05:07:26,454] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 05:07:26,454] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 05:07:26,455] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 05:07:26,455] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-19 05:07:26,458] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 05:07:26,458] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-19 05:37:02,179] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-19 05:37:02,608] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.raw.xml [2022-11-19 05:37:02,610] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.json [2022-11-19 05:37:02,614] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 05:37:02,615] {__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-19 05:37:02,621] {__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-19 05:37:02,625] {__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-19 05:37:02,628] {__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-19 05:37:02,630] {__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-19 05:37:02,631] {__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-19 05:37:02,634] {__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-19 05:37:02,902] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-19 05:37:03,030] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-19 05:37:03,035] {__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-19 05:37:03,036] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-19 05:37:03,132] {__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-19 05:37:03,137] {__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-19 05:37:03,138] {__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-19 05:37:03,141] {__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-19 05:37:03,142] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-19 05:37:03,578] {__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-19 05:37:03,797] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-19 05:37:04,254] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-19 05:37:05,144] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-19 05:37:05,731] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-19 05:37:06,222] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-19 05:37:06,723] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-19 05:37:07,210] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-19 05:37:07,669] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-19 05:37:08,168] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-19 05:37:08,674] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-19 05:37:09,148] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-19 05:37:09,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-19 05:37:10,008] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-19 05:37:10,434] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-19 05:37:10,871] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-19 05:37:11,427] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-19 05:37:11,866] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-19 05:37:12,310] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-19 05:37:12,813] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-19 05:37:13,321] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-19 05:37:13,897] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-19 05:37:14,298] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-19 05:37:14,749] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-19 05:37:15,215] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-19 05:37:15,721] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-19 05:37:16,114] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-19 05:37:16,509] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-19 05:37:17,066] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-19 05:37:17,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-19 05:37:18,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-19 05:37:18,484] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-19 05:37:18,931] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-19 05:37:19,354] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-19 05:37:19,728] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-19 05:37:20,173] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-19 05:37:20,639] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-19 05:37:20,962] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.raw.xml [2022-11-19 05:37:20,980] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.json [2022-11-19 05:37:21,101] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 05:37:21,105] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-19 05:37:21,397] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-19 05:37:21,801] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.raw.xml [2022-11-19 05:37:21,802] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.json [2022-11-19 05:37:21,808] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 05:37:21,810] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-19 05:37:21,821] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 05:37:21,823] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-19 05:37:21,843] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-19 05:37:21,844] {__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-19 05:37:21,845] {__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-19 05:37:21,846] {__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-19 05:37:21,847] {__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-19 05:37:21,848] {__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-19 05:37:21,848] {__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-19 05:37:21,849] {__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-19 05:37:21,850] {__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-19 05:37:21,852] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-19 05:37:22,091] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-19 05:37:22,316] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-19 05:37:22,542] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-19 05:37:22,766] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-19 05:37:22,992] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-19 05:37:23,272] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-19 05:37:23,496] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-19 05:37:23,720] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-19 05:37:23,943] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-19 05:37:24,169] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-19 05:37:24,393] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-19 05:37:24,615] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-19 05:37:24,844] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-19 05:37:25,068] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-19 05:37:25,290] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-19 05:37:25,512] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-19 05:37:25,735] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-19 05:37:25,964] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-19 05:37:26,189] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-19 05:37:26,413] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-19 05:37:26,639] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-19 05:37:26,863] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-19 05:37:27,091] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-19 05:37:27,318] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.raw.json [2022-11-19 05:37:27,319] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.json [2022-11-19 05:37:27,348] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 05:37:27,352] {__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-19 05:37:27,353] {__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-19 05:37:27,354] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-AD.ratings.json [2022-11-19 05:37:27,355] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-19 05:37:27,355] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-19 05:37:27,355] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-NO.ratings.json [2022-11-19 05:37:27,356] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-19 05:37:27,362] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 05:37:27,363] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 05:37:27,363] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 05:37:27,364] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 05:37:27,364] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-19 05:37:27,366] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 05:37:27,366] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-19 06:07:02,674] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-19 06:07:03,045] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.raw.xml [2022-11-19 06:07:03,047] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.json [2022-11-19 06:07:03,054] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 06:07:03,055] {__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-19 06:07:03,061] {__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-19 06:07:03,064] {__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-19 06:07:03,066] {__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-19 06:07:03,067] {__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-19 06:07:03,068] {__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-19 06:07:03,070] {__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-19 06:07:03,242] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-19 06:07:03,363] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-19 06:07:03,367] {__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-19 06:07:03,368] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-19 06:07:03,470] {__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-19 06:07:03,476] {__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-19 06:07:03,477] {__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-19 06:07:03,479] {__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-19 06:07:03,480] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-19 06:07:03,690] {__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-19 06:07:03,877] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-19 06:07:04,422] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-19 06:07:05,000] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-19 06:07:05,505] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-19 06:07:05,913] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-19 06:07:06,380] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-19 06:07:06,826] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-19 06:07:07,491] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-19 06:07:08,027] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-19 06:07:08,509] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-19 06:07:08,955] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-19 06:07:09,405] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-19 06:07:09,901] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-19 06:07:10,266] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-19 06:07:10,795] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-19 06:07:11,224] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-19 06:07:11,697] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-19 06:07:12,099] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-19 06:07:12,547] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-19 06:07:13,057] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-19 06:07:13,735] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-19 06:07:14,175] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-19 06:07:14,600] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-19 06:07:15,032] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-19 06:07:15,448] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-19 06:07:16,038] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-19 06:07:16,499] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-19 06:07:16,891] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-19 06:07:17,567] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-19 06:07:18,324] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-19 06:07:18,783] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-19 06:07:19,200] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-19 06:07:19,713] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-19 06:07:20,169] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-19 06:07:20,690] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-19 06:07:21,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-19 06:07:21,483] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.raw.xml [2022-11-19 06:07:21,500] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.json [2022-11-19 06:07:21,576] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 06:07:21,580] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-19 06:07:22,185] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-19 06:07:22,748] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.raw.xml [2022-11-19 06:07:22,749] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.json [2022-11-19 06:07:22,755] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 06:07:22,757] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-19 06:07:22,766] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 06:07:22,768] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-19 06:07:22,782] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-19 06:07:22,783] {__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-19 06:07:22,785] {__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-19 06:07:22,785] {__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-19 06:07:22,786] {__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-19 06:07:22,787] {__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-19 06:07:22,788] {__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-19 06:07:22,788] {__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-19 06:07:22,789] {__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-19 06:07:22,790] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-19 06:07:23,013] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-19 06:07:23,316] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-19 06:07:23,540] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-19 06:07:23,766] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-19 06:07:23,997] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-19 06:07:24,224] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-19 06:07:24,450] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-19 06:07:24,671] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-19 06:07:24,897] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-19 06:07:25,123] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-19 06:07:25,352] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-19 06:07:25,574] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-19 06:07:25,797] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-19 06:07:26,019] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-19 06:07:26,249] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-19 06:07:26,475] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-19 06:07:26,699] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-19 06:07:26,919] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-19 06:07:27,139] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-19 06:07:27,362] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-19 06:07:27,589] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-19 06:07:27,812] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-19 06:07:28,036] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-19 06:07:28,258] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.raw.json [2022-11-19 06:07:28,259] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.json [2022-11-19 06:07:28,287] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 06:07:28,293] {__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-19 06:07:28,294] {__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-19 06:07:28,296] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-AD.ratings.json [2022-11-19 06:07:28,297] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-19 06:07:28,298] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-19 06:07:28,298] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-NO.ratings.json [2022-11-19 06:07:28,299] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-19 06:07:28,306] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 06:07:28,307] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 06:07:28,308] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 06:07:28,309] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 06:07:28,309] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-19 06:07:28,312] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 06:07:28,312] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-19 06:37:02,009] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-19 06:37:02,402] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.raw.xml [2022-11-19 06:37:02,403] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.json [2022-11-19 06:37:02,408] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 06:37:02,409] {__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-19 06:37:02,414] {__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-19 06:37:02,417] {__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-19 06:37:02,419] {__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-19 06:37:02,421] {__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-19 06:37:02,422] {__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-19 06:37:02,423] {__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-19 06:37:02,723] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-19 06:37:02,838] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-19 06:37:02,843] {__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-19 06:37:02,844] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-19 06:37:02,945] {__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-19 06:37:02,951] {__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-19 06:37:02,952] {__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-19 06:37:02,954] {__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-19 06:37:02,955] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-19 06:37:03,158] {__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-19 06:37:03,381] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-19 06:37:03,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-19 06:37:04,255] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-19 06:37:04,794] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-19 06:37:05,322] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-19 06:37:05,848] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-19 06:37:06,296] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-19 06:37:06,777] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-19 06:37:07,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-19 06:37:07,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-19 06:37:08,048] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-19 06:37:08,520] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-19 06:37:09,007] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-19 06:37:09,496] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-19 06:37:09,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-19 06:37:10,239] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-19 06:37:10,744] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-19 06:37:11,158] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-19 06:37:11,618] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-19 06:37:12,051] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-19 06:37:12,477] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-19 06:37:12,879] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-19 06:37:13,392] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-19 06:37:13,848] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-19 06:37:14,300] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-19 06:37:14,832] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-19 06:37:15,312] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-19 06:37:15,785] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-19 06:37:16,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-19 06:37:16,640] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-19 06:37:17,059] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-19 06:37:17,532] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-19 06:37:17,936] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-19 06:37:18,351] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-19 06:37:18,748] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-19 06:37:19,220] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-19 06:37:19,500] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.raw.xml [2022-11-19 06:37:19,519] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.json [2022-11-19 06:37:19,588] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 06:37:19,593] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-19 06:37:19,903] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-19 06:37:20,321] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.raw.xml [2022-11-19 06:37:20,321] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.json [2022-11-19 06:37:20,328] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 06:37:20,329] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-19 06:37:20,337] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 06:37:20,339] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-19 06:37:20,367] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-19 06:37:20,368] {__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-19 06:37:20,370] {__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-19 06:37:20,370] {__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-19 06:37:20,371] {__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-19 06:37:20,372] {__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-19 06:37:20,373] {__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-19 06:37:20,374] {__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-19 06:37:20,374] {__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-19 06:37:20,375] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-19 06:37:20,609] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-19 06:37:20,831] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-19 06:37:21,056] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-19 06:37:21,288] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-19 06:37:21,516] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-19 06:37:21,739] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-19 06:37:21,963] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-19 06:37:22,187] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-19 06:37:22,414] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-19 06:37:22,647] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-19 06:37:22,872] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-19 06:37:23,099] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-19 06:37:23,380] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-19 06:37:23,603] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-19 06:37:23,824] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-19 06:37:24,048] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-19 06:37:24,268] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-19 06:37:24,491] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-19 06:37:24,713] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-19 06:37:24,933] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-19 06:37:25,386] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-19 06:37:25,800] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-19 06:37:26,507] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-19 06:37:26,951] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.raw.json [2022-11-19 06:37:26,952] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.json [2022-11-19 06:37:26,980] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 06:37:26,983] {__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-19 06:37:26,984] {__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-19 06:37:26,985] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-AD.ratings.json [2022-11-19 06:37:26,986] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-19 06:37:26,987] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-19 06:37:26,987] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-NO.ratings.json [2022-11-19 06:37:26,987] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-19 06:37:26,989] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 06:37:26,991] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 06:37:26,991] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 06:37:26,991] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 06:37:26,992] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-19 06:37:26,995] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 06:37:26,995] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-19 07:07:01,839] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-19 07:07:02,386] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.raw.xml [2022-11-19 07:07:02,387] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.json [2022-11-19 07:07:02,391] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 07:07:02,392] {__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-19 07:07:02,398] {__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-19 07:07:02,401] {__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-19 07:07:02,403] {__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-19 07:07:02,404] {__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-19 07:07:02,405] {__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-19 07:07:02,406] {__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-19 07:07:02,578] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-19 07:07:02,693] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-19 07:07:02,697] {__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-19 07:07:02,699] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-19 07:07:02,786] {__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-19 07:07:02,791] {__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-19 07:07:02,792] {__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-19 07:07:02,795] {__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-19 07:07:02,795] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-19 07: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-19 07:07:03,234] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-19 07:07:03,753] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-19 07:07:04,187] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-19 07:07:04,571] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-19 07:07:04,934] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-19 07:07:05,320] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-19 07:07:05,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-19 07:07:06,214] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-19 07:07:06,610] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-19 07:07:07,044] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-19 07:07:07,445] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-19 07:07:07,903] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-19 07:07:08,331] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-19 07:07:08,723] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-19 07:07:09,183] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-19 07:07:09,591] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-19 07:07:10,051] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-19 07:07:10,499] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-19 07:07:10,918] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-19 07:07:11,330] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-19 07:07:11,819] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-19 07:07:12,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-19 07:07:12,696] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-19 07:07:13,052] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-19 07:07:13,539] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-19 07:07:13,957] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-19 07:07:14,440] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-19 07:07:14,906] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-19 07:07:15,305] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-19 07:07:15,701] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-19 07:07:16,099] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-19 07:07:16,512] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-19 07:07:16,971] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-19 07:07:17,474] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-19 07:07:17,932] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-19 07:07:18,377] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-19 07:07:18,775] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.raw.xml [2022-11-19 07:07:18,792] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.json [2022-11-19 07:07:18,873] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 07:07:18,878] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-19 07:07:19,162] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-19 07:07:19,917] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.raw.xml [2022-11-19 07:07:19,918] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.json [2022-11-19 07:07:19,927] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 07:07:19,930] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-19 07:07:19,937] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 07:07:19,938] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-19 07:07:19,967] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-19 07:07:19,968] {__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-19 07:07:19,969] {__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-19 07:07:19,970] {__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-19 07:07:19,971] {__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-19 07:07:19,972] {__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-19 07:07:19,973] {__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-19 07:07:19,973] {__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-19 07:07:19,974] {__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-19 07:07:19,975] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-19 07:07:20,200] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-19 07:07:20,429] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-19 07:07:20,654] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-19 07:07:20,877] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-19 07:07:21,104] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-19 07:07:21,328] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-19 07:07:21,555] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-19 07:07:21,779] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-19 07:07:22,005] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-19 07:07:22,236] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-19 07:07:22,461] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-19 07:07:22,682] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-19 07:07:22,904] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-19 07:07:23,130] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-19 07:07:23,398] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-19 07:07:23,623] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-19 07:07:23,848] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-19 07:07:24,072] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-19 07:07:24,300] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-19 07:07:24,530] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-19 07:07:24,768] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-19 07:07:25,005] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-19 07:07:25,240] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-19 07:07:25,479] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.raw.json [2022-11-19 07:07:25,480] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.json [2022-11-19 07:07:25,506] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 07:07:25,509] {__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-19 07:07:25,511] {__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-19 07:07:25,512] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-AD.ratings.json [2022-11-19 07:07:25,513] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-19 07:07:25,514] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-19 07:07:25,514] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-NO.ratings.json [2022-11-19 07:07:25,515] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-19 07:07:25,517] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 07:07:25,518] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 07:07:25,518] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 07:07:25,518] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 07:07:25,519] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-19 07:07:25,521] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 07:07:25,521] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-19 07:37:02,181] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-19 07:37:02,576] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.raw.xml [2022-11-19 07:37:02,577] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.json [2022-11-19 07:37:02,581] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 07:37:02,582] {__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-19 07:37:02,587] {__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-19 07:37:02,590] {__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-19 07:37:02,592] {__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-19 07:37:02,593] {__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-19 07:37:02,594] {__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-19 07:37:02,596] {__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-19 07:37:02,902] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-19 07:37:03,019] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-19 07:37:03,024] {__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-19 07:37:03,025] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-19 07:37:03,127] {__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-19 07:37:03,131] {__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-19 07:37:03,133] {__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-19 07:37:03,135] {__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-19 07:37:03,135] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-19 07:37:03,437] {__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-19 07:37:03,631] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-19 07:37:04,169] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-19 07:37:04,649] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-19 07:37:05,395] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-19 07:37:05,851] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-19 07:37:06,265] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-19 07:37:06,689] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-19 07:37:07,069] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-19 07:37:07,465] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-19 07:37:07,857] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-19 07:37:08,259] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-19 07:37:08,781] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-19 07:37:09,158] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-19 07:37:09,600] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-19 07:37:10,079] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-19 07:37:10,650] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-19 07:37:11,283] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-19 07:37:11,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-19 07:37:12,138] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-19 07:37:12,581] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-19 07:37:13,031] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-19 07:37:13,528] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-19 07:37:14,019] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-19 07:37:14,467] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-19 07:37:14,930] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-19 07:37:15,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-19 07:37:15,827] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-19 07:37:16,372] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-19 07:37:16,751] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-19 07:37:17,182] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-19 07:37:17,613] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-19 07:37:18,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-19 07:37:18,466] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-19 07:37:18,872] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-19 07:37:19,291] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-19 07:37:19,747] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-19 07:37:20,044] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.raw.xml [2022-11-19 07:37:20,060] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.json [2022-11-19 07:37:20,171] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 07:37:20,175] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-19 07:37:20,533] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-19 07:37:21,098] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.raw.xml [2022-11-19 07:37:21,099] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.json [2022-11-19 07:37:21,106] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 07:37:21,107] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-19 07:37:21,116] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 07:37:21,118] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-19 07:37:21,131] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-19 07:37:21,132] {__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-19 07:37:21,133] {__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-19 07:37:21,134] {__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-19 07:37:21,135] {__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-19 07:37:21,136] {__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-19 07:37:21,136] {__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-19 07:37:21,137] {__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-19 07:37:21,138] {__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-19 07:37:21,139] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-19 07:37:21,450] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-19 07:37:21,670] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-19 07:37:21,893] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-19 07:37:22,117] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-19 07:37:22,340] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-19 07:37:22,565] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-19 07:37:22,790] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-19 07:37:23,013] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-19 07:37:23,294] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-19 07:37:23,583] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-19 07:37:24,174] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-19 07:37:24,505] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-19 07:37:24,966] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-19 07:37:25,227] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-19 07:37:25,613] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-19 07:37:26,224] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-19 07:37:26,572] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-19 07:37:26,914] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-19 07:37:27,175] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-19 07:37:27,400] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-19 07:37:27,619] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-19 07:37:27,844] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-19 07:37:28,061] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-19 07:37:28,288] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.raw.json [2022-11-19 07:37:28,289] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.json [2022-11-19 07:37:28,316] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 07:37:28,320] {__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-19 07:37:28,322] {__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-19 07:37:28,323] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-AD.ratings.json [2022-11-19 07:37:28,324] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-19 07:37:28,324] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-19 07:37:28,325] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-NO.ratings.json [2022-11-19 07:37:28,325] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-19 07:37:28,330] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 07:37:28,331] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 07:37:28,332] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 07:37:28,332] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 07:37:28,333] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-19 07:37:28,335] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 07:37:28,335] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-19 08:07:02,457] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-19 08:07:02,825] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.raw.xml [2022-11-19 08:07:02,827] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.json [2022-11-19 08:07:02,832] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 08:07:02,832] {__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-19 08:07:02,838] {__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-19 08: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-19 08:07:02,843] {__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-19 08:07:02,844] {__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-19 08:07:02,845] {__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-19 08:07:02,847] {__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-19 08:07:03,019] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-19 08:07:03,133] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-19 08:07:03,137] {__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-19 08:07:03,138] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-19 08:07:03,225] {__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-19 08:07:03,230] {__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-19 08:07:03,231] {__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-19 08:07:03,233] {__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-19 08:07:03,233] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-19 08:07:03,465] {__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-19 08:07:03,621] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-19 08:07:04,166] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-19 08:07:04,620] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-19 08:07:05,055] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-19 08:07:05,442] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-19 08:07:05,813] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-19 08:07:06,336] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-19 08:07:06,795] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-19 08:07:07,355] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-19 08:07:07,746] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-19 08:07:08,183] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-19 08:07:08,629] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-19 08:07:09,013] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-19 08:07:09,433] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-19 08:07:09,845] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-19 08:07:10,266] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-19 08:07:10,665] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-19 08:07:11,038] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-19 08:07:11,462] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-19 08:07:11,925] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-19 08:07:12,299] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-19 08:07:12,764] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-19 08:07:13,248] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-19 08:07:13,739] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-19 08:07:14,117] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-19 08:07:15,500] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-19 08:07:15,924] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-19 08:07:16,373] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-19 08:07:16,825] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-19 08:07:17,227] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-19 08:07:17,712] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-19 08:07:18,070] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-19 08:07:18,484] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-19 08:07:18,910] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-19 08:07:19,374] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-19 08:07:19,833] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-19 08:07:20,170] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.raw.xml [2022-11-19 08:07:20,185] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.json [2022-11-19 08:07:20,267] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 08:07:20,271] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-19 08:07:20,690] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-19 08:07:21,094] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.raw.xml [2022-11-19 08:07:21,094] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.json [2022-11-19 08:07:21,101] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 08:07:21,103] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-19 08:07:21,112] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 08:07:21,113] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-19 08:07:21,127] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-19 08:07:21,128] {__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-19 08:07:21,129] {__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-19 08:07:21,130] {__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-19 08:07:21,131] {__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-19 08:07:21,132] {__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-19 08:07:21,132] {__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-19 08:07:21,133] {__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-19 08:07:21,134] {__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-19 08:07:21,135] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-19 08:07:21,357] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-19 08:07:21,579] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-19 08:07:21,803] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-19 08:07:22,029] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-19 08:07:22,256] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-19 08:07:22,471] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-19 08:07:22,699] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-19 08:07:22,929] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-19 08:07:23,157] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-19 08:07:23,448] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-19 08:07:23,672] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-19 08:07:23,895] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-19 08:07:24,119] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-19 08:07:24,507] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-19 08:07:24,841] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-19 08:07:25,354] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-19 08:07:25,858] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-19 08:07:26,334] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-19 08:07:26,828] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-19 08:07:27,319] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-19 08:07:27,622] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-19 08:07:27,838] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-19 08:07:28,064] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-19 08:07:28,293] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.raw.json [2022-11-19 08:07:28,294] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.json [2022-11-19 08:07:28,324] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 08:07:28,327] {__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-19 08:07:28,328] {__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-19 08:07:28,330] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-AD.ratings.json [2022-11-19 08:07:28,330] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-19 08:07:28,331] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-19 08:07:28,331] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-NO.ratings.json [2022-11-19 08:07:28,332] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-19 08:07:28,338] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 08:07:28,339] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 08:07:28,340] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 08:07:28,340] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 08:07:28,341] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-19 08:07:28,342] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 08:07:28,343] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-19 08:37:02,171] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-19 08:37:02,559] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.raw.xml [2022-11-19 08:37:02,561] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.json [2022-11-19 08:37:02,565] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 08:37:02,566] {__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-19 08:37:02,572] {__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-19 08:37:02,575] {__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-19 08:37:02,577] {__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-19 08:37:02,578] {__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-19 08:37:02,579] {__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-19 08:37:02,581] {__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-19 08:37:02,881] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-19 08:37:02,996] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-19 08:37:03,001] {__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-19 08:37:03,002] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-19 08:37:03,091] {__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-19 08:37:03,097] {__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-19 08:37:03,098] {__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-19 08:37:03,101] {__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-19 08:37:03,102] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-19 08:37:03,505] {__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-19 08:37:03,726] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-19 08:37:04,277] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-19 08:37:04,917] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-19 08:37:05,488] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-19 08:37:05,928] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-19 08:37:06,357] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-19 08:37:06,850] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-19 08:37:07,241] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-19 08:37:07,654] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-19 08:37:08,313] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-19 08:37:08,828] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-19 08:37:09,234] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-19 08:37:09,641] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-19 08:37:10,107] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-19 08:37:10,600] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-19 08:37:11,032] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-19 08:37:11,461] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-19 08:37:11,803] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-19 08:37:12,318] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-19 08:37:12,807] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-19 08:37:13,251] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-19 08:37:13,710] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-19 08:37:14,132] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-19 08:37:14,579] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-19 08:37:15,015] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-19 08:37:15,502] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-19 08:37:16,125] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-19 08:37:16,494] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-19 08:37:16,908] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-19 08:37:17,327] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-19 08:37:17,743] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-19 08:37:18,190] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-19 08:37:18,653] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-19 08:37:19,141] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-19 08:37:19,549] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-19 08:37:21,196] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-19 08:37:21,537] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.raw.xml [2022-11-19 08:37:23,184] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.json [2022-11-19 08:37:23,279] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 08:37:23,283] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-19 08:37:23,649] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-19 08:37:24,218] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.raw.xml [2022-11-19 08:37:24,219] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.json [2022-11-19 08:37:24,226] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 08:37:24,228] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-19 08:37:24,258] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 08:37:24,260] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-19 08:37:24,266] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-19 08:37:24,268] {__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-19 08:37:24,269] {__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-19 08:37:24,270] {__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-19 08:37:24,271] {__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-19 08:37:24,272] {__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-19 08:37:24,273] {__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-19 08:37:24,274] {__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-19 08:37:24,275] {__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-19 08:37:24,276] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-19 08:37:24,600] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-19 08:37:24,831] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-19 08:37:25,061] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-19 08:37:25,286] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-19 08:37:25,514] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-19 08:37:25,735] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-19 08:37:25,962] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-19 08:37:26,188] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-19 08:37:26,411] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-19 08:37:26,634] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-19 08:37:26,862] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-19 08:37:27,088] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-19 08:37:27,313] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-19 08:37:27,540] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-19 08:37:27,764] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-19 08:37:27,987] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-19 08:37:28,213] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-19 08:37:28,437] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-19 08:37:28,663] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-19 08:37:28,887] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-19 08:37:29,105] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-19 08:37:29,325] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-19 08:37:29,548] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-19 08:37:29,773] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.raw.json [2022-11-19 08:37:29,775] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.json [2022-11-19 08:37:29,813] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 08:37:29,817] {__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-19 08:37:29,819] {__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-19 08:37:29,822] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-AD.ratings.json [2022-11-19 08:37:29,823] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-19 08:37:29,823] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-19 08:37:29,824] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-NO.ratings.json [2022-11-19 08:37:29,825] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-19 08:37:29,827] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 08:37:29,829] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 08:37:29,829] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 08:37:29,830] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 08:37:29,830] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-19 08:37:29,833] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 08:37:29,833] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-19 09:07:02,634] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-19 09:07:03,021] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.raw.xml [2022-11-19 09:07:03,022] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.json [2022-11-19 09:07:03,028] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 09:07:03,029] {__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-19 09:07:03,037] {__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-19 09:07:03,043] {__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-19 09:07:03,045] {__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-19 09:07:03,046] {__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-19 09:07: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-19 09:07:03,049] {__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-19 09:07:03,221] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-19 09:07:03,340] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-19 09:07:03,344] {__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-19 09:07:03,345] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-19 09:07:03,451] {__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-19 09:07:03,456] {__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-19 09:07:03,457] {__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-19 09:07:03,459] {__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-19 09:07:03,460] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-19 09:07:03,785] {__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-19 09:07:03,978] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-19 09:07:04,877] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-19 09:07:05,524] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-19 09:07:06,032] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-19 09:07:06,536] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-19 09:07:06,943] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-19 09:07:07,372] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-19 09:07:07,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-19 09:07:08,284] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-19 09:07:08,904] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-19 09:07:09,304] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-19 09:07:09,734] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-19 09:07:10,181] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-19 09:07:10,573] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-19 09:07:11,009] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-19 09:07:11,440] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-19 09:07:12,038] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-19 09:07:12,532] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-19 09:07:12,929] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-19 09:07:13,393] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-19 09:07:13,835] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-19 09:07:14,248] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-19 09:07:14,676] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-19 09:07:15,067] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-19 09:07:15,537] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-19 09:07:15,957] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-19 09:07:16,400] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-19 09:07:16,868] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-19 09:07:17,273] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-19 09:07:17,666] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-19 09:07:18,406] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-19 09:07:18,852] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-19 09:07:19,280] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-19 09:07:19,697] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-19 09:07:20,092] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-19 09:07:20,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-19 09:07:20,764] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.raw.xml [2022-11-19 09:07:20,780] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.json [2022-11-19 09:07:20,850] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 09:07:20,854] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-19 09:07:21,140] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-19 09:07:21,564] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.raw.xml [2022-11-19 09:07:21,564] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.json [2022-11-19 09:07:21,572] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 09:07:21,574] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-19 09:07:21,605] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 09:07:21,607] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-19 09:07:21,614] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-19 09:07:21,615] {__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-19 09:07:21,617] {__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-19 09:07:21,617] {__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-19 09:07:21,618] {__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-19 09:07:21,619] {__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-19 09:07:21,620] {__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-19 09:07:21,621] {__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-19 09:07:21,622] {__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-19 09:07:21,623] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-19 09:07:21,852] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-19 09:07:22,077] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-19 09:07:22,303] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-19 09:07:22,540] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-19 09:07:22,770] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-19 09:07:22,995] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-19 09:07:23,221] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-19 09:07:23,449] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-19 09:07:23,662] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-19 09:07:23,885] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-19 09:07:24,112] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-19 09:07:24,425] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-19 09:07:24,651] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-19 09:07:24,879] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-19 09:07:25,104] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-19 09:07:25,331] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-19 09:07:25,561] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-19 09:07:25,782] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-19 09:07:26,002] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-19 09:07:26,225] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-19 09:07:26,454] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-19 09:07:26,677] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-19 09:07:26,903] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-19 09:07:27,134] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.raw.json [2022-11-19 09:07:27,135] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.json [2022-11-19 09:07:27,165] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 09:07:27,168] {__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-19 09:07:27,169] {__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-19 09:07:27,171] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-AD.ratings.json [2022-11-19 09:07:27,172] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-19 09:07:27,172] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-19 09:07:27,173] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-NO.ratings.json [2022-11-19 09:07:27,173] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-19 09:07:27,175] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 09:07:27,176] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 09:07:27,177] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 09:07:27,177] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 09:07:27,178] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-19 09:07:27,180] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 09:07:27,180] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-19 09:37:02,116] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-19 09:37:02,491] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.raw.xml [2022-11-19 09:37:02,492] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.json [2022-11-19 09:37:02,497] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 09:37:02,498] {__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-19 09:37:02,503] {__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-19 09:37:02,506] {__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-19 09:37:02,508] {__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-19 09:37:02,509] {__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-19 09:37:02,510] {__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-19 09:37:02,512] {__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-19 09:37:02,779] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-19 09:37:02,897] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-19 09:37:02,901] {__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-19 09:37:02,902] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-19 09:37:02,988] {__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-19 09:37:02,994] {__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-19 09:37:02,995] {__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-19 09:37:02,998] {__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-19 09:37:02,998] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-19 09: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-19 09:37:03,462] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-19 09:37:03,896] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-19 09:37:04,326] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-19 09:37:04,903] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-19 09:37:05,310] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-19 09:37: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-19 09:37:06,447] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-19 09:37:06,893] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-19 09:37:07,310] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-19 09:37:07,752] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-19 09:37:08,218] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-19 09:37:08,592] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-19 09:37:08,990] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-19 09:37:09,385] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-19 09:37:09,811] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-19 09:37:10,206] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-19 09:37:10,572] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-19 09:37:10,969] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-19 09:37:11,449] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-19 09:37:11,856] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-19 09:37:12,278] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-19 09:37:12,698] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-19 09:37:13,104] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-19 09:37:13,604] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-19 09:37:14,138] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-19 09:37:14,776] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-19 09:37:15,168] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-19 09:37:15,581] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-19 09:37:16,036] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-19 09:37:16,463] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-19 09:37:16,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-19 09:37:17,466] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-19 09:37:17,905] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-19 09:37:18,389] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-19 09:37:18,860] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-19 09:37:19,344] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-19 09:37:19,598] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.raw.xml [2022-11-19 09:37:19,612] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.json [2022-11-19 09:37:19,685] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 09:37:19,690] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-19 09:37:20,037] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-19 09:37:20,448] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.raw.xml [2022-11-19 09:37:20,449] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.json [2022-11-19 09:37:20,458] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 09:37:20,460] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-19 09:37:20,467] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 09:37:20,469] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-19 09:37:20,500] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-19 09:37:20,501] {__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-19 09:37:20,503] {__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-19 09:37:20,504] {__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-19 09:37:20,504] {__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-19 09:37:20,505] {__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-19 09:37:20,506] {__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-19 09:37:20,507] {__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-19 09:37:20,507] {__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-19 09:37:20,508] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-19 09:37:20,738] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-19 09:37:20,966] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-19 09:37:21,193] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-19 09:37:21,418] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-19 09:37:21,645] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-19 09:37:21,862] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-19 09:37:22,082] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-19 09:37:22,314] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-19 09:37:22,539] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-19 09:37:22,764] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-19 09:37:22,987] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-19 09:37:23,213] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-19 09:37:23,446] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-19 09:37:23,670] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-19 09:37:23,896] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-19 09:37:24,120] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-19 09:37:24,402] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-19 09:37:24,626] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-19 09:37:24,854] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-19 09:37:25,079] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-19 09:37:25,303] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-19 09:37:25,525] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-19 09:37:25,753] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-19 09:37:25,980] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.raw.json [2022-11-19 09:37:25,981] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.json [2022-11-19 09:37:26,006] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 09:37:26,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-19 09:37:26,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-19 09:37:26,013] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-AD.ratings.json [2022-11-19 09:37:26,014] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-19 09:37:26,015] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-19 09:37:26,015] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-NO.ratings.json [2022-11-19 09:37:26,016] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-19 09:37:26,018] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 09:37:26,019] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 09:37:26,020] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 09:37:26,020] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 09:37:26,020] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-19 09:37:26,023] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 09:37:26,023] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-19 10:07:02,683] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-19 10:07:03,368] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.raw.xml [2022-11-19 10:07:03,370] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.json [2022-11-19 10:07:03,374] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 10:07:03,375] {__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-19 10:07:03,380] {__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-19 10:07:03,384] {__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-19 10:07:03,386] {__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-19 10:07:03,388] {__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-19 10:07:03,389] {__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-19 10:07:03,390] {__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-19 10:07:03,561] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-19 10:07:03,679] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-19 10:07:03,683] {__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-19 10:07:03,684] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-19 10:07:03,786] {__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-19 10:07:03,792] {__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-19 10:07:03,794] {__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-19 10:07:03,797] {__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-19 10:07:03,799] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-19 10:07:04,025] {__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-19 10:07:04,210] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-19 10:07:04,726] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-19 10:07:05,186] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-19 10:07:05,664] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-19 10:07:06,085] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-19 10:07:06,540] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-19 10: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-19 10:07:07,537] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-19 10:07:07,931] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-19 10:07:08,319] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-19 10:07:08,698] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-19 10:07:09,128] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-19 10:07:09,552] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-19 10:07:09,942] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-19 10:07:10,366] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-19 10:07:10,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-19 10:07:11,193] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-19 10:07:16,676] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-19 10:07:17,154] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-19 10:07:17,573] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-19 10:07:17,988] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-19 10:07:18,388] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-19 10:07:18,851] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-19 10:07:19,285] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-19 10:07:19,688] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-19 10:07:20,111] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-19 10:07:20,556] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-19 10:07:20,932] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-19 10:07:21,350] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-19 10:07:22,857] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-19 10:07:23,228] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-19 10:07:23,668] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-19 10:07:24,078] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-19 10:07:24,468] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-19 10:07:24,877] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-19 10:07:25,303] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-19 10:07:25,659] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.raw.xml [2022-11-19 10:07:25,675] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.json [2022-11-19 10:07:25,746] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 10:07:25,750] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-19 10:07:26,053] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-19 10:07:26,615] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.raw.xml [2022-11-19 10:07:26,616] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.json [2022-11-19 10:07:26,624] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 10:07:26,626] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-19 10:07:26,658] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 10:07:26,659] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-19 10:07:26,666] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-19 10:07:26,668] {__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-19 10:07:26,669] {__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-19 10:07:26,670] {__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-19 10:07:26,671] {__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-19 10:07:26,671] {__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-19 10:07:26,672] {__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-19 10:07:26,673] {__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-19 10:07:26,674] {__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-19 10:07:26,676] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-19 10:07:26,962] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-19 10:07:27,185] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-19 10:07:27,416] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-19 10:07:27,652] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-19 10:07:27,882] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-19 10:07:28,130] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-19 10:07:28,358] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-19 10:07:28,588] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-19 10:07:28,816] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-19 10:07:29,039] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-19 10:07:29,326] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-19 10:07:29,563] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-19 10:07:29,798] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-19 10:07:30,030] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-19 10:07:30,267] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-19 10:07:30,503] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-19 10:07:30,739] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-19 10:07:30,973] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-19 10:07:31,190] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-19 10:07:31,421] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-19 10:07:31,652] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-19 10:07:31,878] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-19 10:07:32,101] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-19 10:07:32,332] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.raw.json [2022-11-19 10:07:32,333] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.json [2022-11-19 10:07:32,357] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 10:07:32,360] {__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-19 10:07:32,361] {__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-19 10:07:32,363] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-AD.ratings.json [2022-11-19 10:07:32,364] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-19 10:07:32,364] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-19 10:07:32,364] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-NO.ratings.json [2022-11-19 10:07:32,365] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-19 10:07:32,368] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 10:07:32,368] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 10:07:32,369] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 10:07:32,369] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 10:07:32,370] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-19 10:07:32,372] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 10:07:32,372] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-19 10:37:01,797] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-19 10:37:02,082] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.raw.xml [2022-11-19 10:37:02,083] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.json [2022-11-19 10:37:02,088] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 10:37:02,088] {__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-19 10:37:02,094] {__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-19 10:37:02,097] {__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-19 10:37:02,099] {__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-19 10:37:02,100] {__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-19 10:37:02,101] {__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-19 10:37:02,103] {__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-19 10:37:02,377] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-19 10:37:02,494] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-19 10:37:02,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-19 10:37:02,499] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-19 10:37:02,590] {__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-19 10:37:02,596] {__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-19 10:37:02,597] {__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-19 10:37:02,599] {__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-19 10:37:02,600] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-19 10:37:02,888] {__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-19 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-19 10:37:03,772] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-19 10:37:04,212] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-19 10:37:04,927] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-19 10:37:05,732] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-19 10:37:06,231] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-19 10:37:06,742] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-19 10:37:07,174] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-19 10:37:07,629] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-19 10:37:08,070] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-19 10:37:08,489] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-19 10:37:09,017] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-19 10:37:09,454] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-19 10:37:09,855] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-19 10:37:10,330] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-19 10:37:10,726] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-19 10:37:11,210] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-19 10:37:11,616] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-19 10:37:12,082] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-19 10:37:12,614] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-19 10:37:13,243] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-19 10:37:13,761] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-19 10:37:14,218] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-19 10:37:14,748] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-19 10:37:15,199] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-19 10:37:15,743] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-19 10:37:16,328] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-19 10:37:16,827] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-19 10:37:17,285] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-19 10:37:17,702] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-19 10:37:18,111] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-19 10:37:18,610] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-19 10:37:19,010] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-19 10:37:19,356] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-19 10:37:19,797] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-19 10:37:20,229] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-19 10:37:20,491] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.raw.xml [2022-11-19 10:37:20,507] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.json [2022-11-19 10:37:20,577] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 10:37:20,581] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-19 10:37:20,851] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-19 10:37:21,286] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.raw.xml [2022-11-19 10:37:21,287] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.json [2022-11-19 10:37:21,294] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 10:37:21,295] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-19 10:37:21,328] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 10:37:21,330] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-19 10:37:21,336] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-19 10:37:21,337] {__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-19 10:37:21,339] {__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-19 10:37:21,339] {__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-19 10:37:21,340] {__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-19 10:37:21,341] {__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-19 10:37:21,342] {__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-19 10:37:21,343] {__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-19 10:37:21,344] {__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-19 10:37:21,345] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-19 10:37:21,570] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-19 10:37:21,792] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-19 10:37:22,016] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-19 10:37:22,241] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-19 10:37:22,467] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-19 10:37:22,689] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-19 10:37:22,914] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-19 10:37:23,137] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-19 10:37:23,366] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-19 10:37:23,590] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-19 10:37:23,815] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-19 10:37:24,038] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-19 10:37:24,268] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-19 10:37:24,501] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-19 10:37:24,729] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-19 10:37:24,982] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-19 10:37:25,210] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-19 10:37:25,432] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-19 10:37:25,655] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-19 10:37:25,878] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-19 10:37:26,107] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-19 10:37:26,392] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-19 10:37:26,618] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-19 10:37:26,845] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.raw.json [2022-11-19 10:37:26,846] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.json [2022-11-19 10:37:26,876] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 10:37:26,880] {__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-19 10:37:26,882] {__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-19 10:37:26,884] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-AD.ratings.json [2022-11-19 10:37:26,885] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-19 10:37:26,886] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-19 10:37:26,886] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-NO.ratings.json [2022-11-19 10:37:26,886] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-19 10:37:26,889] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 10:37:26,889] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 10:37:26,890] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 10:37:26,890] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 10:37:26,890] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-19 10:37:26,892] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 10:37:26,893] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-19 11:07:02,384] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-19 11:07:02,778] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.raw.xml [2022-11-19 11:07:02,779] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.json [2022-11-19 11:07:02,783] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 11:07:02,784] {__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-19 11:07:02,789] {__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-19 11:07:02,793] {__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-19 11:07:02,795] {__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-19 11:07:02,796] {__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-19 11:07:02,797] {__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-19 11:07:02,798] {__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-19 11:07:02,969] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-19 11:07:03,091] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-19 11:07:03,095] {__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-19 11:07:03,096] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-19 11:07:03,187] {__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-19 11:07:03,194] {__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-19 11:07:03,196] {__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-19 11:07:03,199] {__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-19 11:07:03,200] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-19 11:07:03,401] {__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-19 11:07:03,587] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-19 11:07:04,092] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-19 11:07:04,567] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-19 11:07:05,129] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-19 11:07:05,573] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-19 11:07:06,005] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-19 11:07:06,470] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-19 11:07:06,874] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-19 11:07:07,321] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-19 11:07:07,766] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-19 11:07:08,183] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-19 11:07:08,550] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-19 11:07:09,085] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-19 11:07:09,440] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-19 11:07:09,827] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-19 11:07:10,243] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-19 11:07:10,726] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-19 11:07:11,158] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-19 11:07:11,847] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-19 11:07:12,323] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-19 11:07:12,821] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-19 11:07:13,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-19 11:07:13,628] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-19 11:07:14,012] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-19 11:07:14,379] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-19 11:07:14,757] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-19 11:07:15,205] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-19 11:07:15,612] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-19 11:07:16,018] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-19 11:07:16,654] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-19 11:07:17,023] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-19 11:07:17,513] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-19 11:07:17,928] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-19 11:07:18,320] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-19 11:07:18,759] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-19 11:07:19,162] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-19 11:07:19,461] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.raw.xml [2022-11-19 11:07:19,478] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.json [2022-11-19 11:07:19,553] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 11:07:19,557] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-19 11:07:19,870] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-19 11:07:20,275] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.raw.xml [2022-11-19 11:07:20,276] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.json [2022-11-19 11:07:20,283] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 11:07:20,284] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-19 11:07:20,293] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 11:07:20,294] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-19 11:07:20,313] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-19 11:07:20,315] {__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-19 11:07:20,316] {__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-19 11:07:20,318] {__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-19 11:07:20,319] {__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-19 11:07:20,320] {__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-19 11:07:20,321] {__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-19 11:07:20,323] {__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-19 11:07:20,324] {__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-19 11:07:20,326] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-19 11:07:20,560] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-19 11:07:20,782] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-19 11:07:21,005] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-19 11:07:21,233] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-19 11:07:21,455] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-19 11:07:21,678] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-19 11:07:21,902] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-19 11:07:22,130] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-19 11:07:22,356] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-19 11:07:22,587] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-19 11:07:22,811] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-19 11:07:23,034] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-19 11:07:23,263] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-19 11:07:23,485] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-19 11:07:23,708] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-19 11:07:23,933] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-19 11:07:24,161] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-19 11:07:24,384] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-19 11:07:24,609] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-19 11:07:24,838] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-19 11:07:25,061] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-19 11:07:25,281] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-19 11:07:25,508] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-19 11:07:25,731] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.raw.json [2022-11-19 11:07:25,732] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.json [2022-11-19 11:07:25,761] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 11:07:25,765] {__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-19 11:07:25,767] {__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-19 11:07:25,768] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-AD.ratings.json [2022-11-19 11:07:25,769] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-19 11:07:25,769] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-19 11:07:25,770] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-NO.ratings.json [2022-11-19 11:07:25,770] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-19 11:07:25,775] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 11:07:25,776] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 11:07:25,777] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 11:07:25,777] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 11:07:25,778] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-19 11:07:25,782] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 11:07:25,782] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-19 11:37:01,800] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-19 11:37:02,087] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.raw.xml [2022-11-19 11:37:02,088] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.json [2022-11-19 11:37:02,095] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 11:37:02,096] {__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-19 11:37:02,104] {__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-19 11:37:02,109] {__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-19 11:37:02,112] {__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-19 11:37:02,113] {__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-19 11:37:02,115] {__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-19 11:37:02,117] {__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-19 11:37:02,425] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-19 11:37:02,539] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-19 11:37:02,543] {__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-19 11:37:02,544] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-19 11:37:02,651] {__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-19 11:37:02,656] {__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-19 11:37:02,657] {__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-19 11:37:02,659] {__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-19 11:37:02,660] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-19 11:37:03,081] {__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-19 11:37:03,301] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-19 11:37:03,716] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-19 11:37:04,148] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-19 11:37:04,718] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-19 11:37:05,105] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-19 11:37:05,486] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-19 11:37:05,945] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-19 11:37:06,400] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-19 11:37:06,806] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-19 11:37:07,204] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-19 11:37:07,630] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-19 11:37:08,031] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-19 11:37:08,445] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-19 11:37:08,993] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-19 11:37:09,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-19 11:37:09,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-19 11:37:10,478] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-19 11:37:10,898] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-19 11:37:11,413] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-19 11:37:11,858] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-19 11:37:12,298] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-19 11:37:12,718] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-19 11:37:13,320] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-19 11:37:13,738] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-19 11:37:14,089] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-19 11:37:14,786] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-19 11:37:15,232] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-19 11:37:15,679] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-19 11:37:16,096] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-19 11:37:16,558] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-19 11:37:16,999] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-19 11:37:17,414] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-19 11:37:17,820] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-19 11:37:18,181] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-19 11:37:18,586] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-19 11:37:18,999] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-19 11:37:19,309] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.raw.xml [2022-11-19 11:37:19,331] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.json [2022-11-19 11:37:19,418] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 11:37:19,424] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-19 11:37:19,730] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-19 11:37:20,294] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.raw.xml [2022-11-19 11:37:20,295] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.json [2022-11-19 11:37:20,302] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 11:37:20,304] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-19 11:37:20,333] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 11:37:20,334] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-19 11:37:20,341] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-19 11:37:20,343] {__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-19 11:37:20,344] {__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-19 11:37:20,345] {__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-19 11:37:20,346] {__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-19 11:37:20,346] {__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-19 11:37:20,347] {__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-19 11:37:20,348] {__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-19 11:37:20,349] {__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-19 11:37:20,350] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-19 11:37:20,656] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-19 11:37:20,884] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-19 11:37:21,117] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-19 11:37:21,343] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-19 11:37:21,564] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-19 11:37:21,790] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-19 11:37:22,011] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-19 11:37:22,240] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-19 11:37:22,465] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-19 11:37:22,688] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-19 11:37:22,911] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-19 11:37:23,183] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-19 11:37:23,430] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-19 11:37:23,646] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-19 11:37:23,877] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-19 11:37:24,098] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-19 11:37:24,353] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-19 11:37:24,595] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-19 11:37:24,815] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-19 11:37:25,046] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-19 11:37:25,267] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-19 11:37:25,490] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-19 11:37:25,706] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-19 11:37:25,930] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.raw.json [2022-11-19 11:37:25,931] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.json [2022-11-19 11:37:25,952] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 11:37:25,955] {__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-19 11:37:25,957] {__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-19 11:37:25,958] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-AD.ratings.json [2022-11-19 11:37:25,959] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-19 11:37:25,960] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-19 11:37:25,960] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-NO.ratings.json [2022-11-19 11:37:25,960] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-19 11:37:25,964] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 11:37:25,965] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 11:37:25,965] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 11:37:25,966] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 11:37:25,966] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-19 11:37:25,968] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 11:37:25,969] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-19 12:07:02,134] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-19 12:07:02,502] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.raw.xml [2022-11-19 12:07:02,503] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.json [2022-11-19 12:07:02,507] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 12:07:02,508] {__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-19 12:07:02,513] {__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-19 12:07:02,516] {__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-19 12:07:02,518] {__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-19 12:07:02,520] {__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-19 12:07:02,521] {__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-19 12:07:02,522] {__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-19 12:07:02,695] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-19 12:07:02,812] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-19 12:07:02,816] {__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-19 12:07:02,818] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-19 12:07:02,922] {__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-19 12:07:02,927] {__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-19 12:07:02,928] {__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-19 12:07:02,930] {__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-19 12:07:02,931] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-19 12:07:03,220] {__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-19 12:07:03,379] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-19 12:07:04,043] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-19 12:07:04,606] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-19 12:07:05,040] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-19 12:07:05,501] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-19 12:07:05,989] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-19 12:07:06,453] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-19 12:07:06,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-19 12:07:07,457] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-19 12:07:07,868] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-19 12:07:08,300] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-19 12:07:08,775] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-19 12:07:09,188] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-19 12:07:09,791] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-19 12:07:10,191] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-19 12:07:10,574] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-19 12:07:11,013] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-19 12:07:11,545] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-19 12:07:11,989] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-19 12:07:12,416] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-19 12:07:12,979] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-19 12:07:13,485] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-19 12:07:13,953] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-19 12:07:14,315] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-19 12:07:14,698] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-19 12:07:15,300] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-19 12:07:15,723] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-19 12:07:16,236] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-19 12:07:16,641] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-19 12:07:17,020] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-19 12:07:17,367] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-19 12:07:17,754] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-19 12:07:18,210] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-19 12:07:18,595] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-19 12:07:18,983] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-19 12:07:19,773] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-19 12:07:20,080] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.raw.xml [2022-11-19 12:07:20,099] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.json [2022-11-19 12:07:20,169] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 12:07:20,173] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-19 12:07:20,620] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-19 12:07:21,023] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.raw.xml [2022-11-19 12:07:21,024] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.json [2022-11-19 12:07:21,031] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 12:07:21,032] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-19 12:07:21,065] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 12:07:21,066] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-19 12:07:21,074] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-19 12:07:21,075] {__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-19 12:07:21,077] {__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-19 12:07:21,078] {__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-19 12:07:21,079] {__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-19 12:07:21,080] {__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-19 12:07:21,080] {__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-19 12:07:21,081] {__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-19 12:07:21,082] {__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-19 12:07:21,083] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-19 12:07:21,389] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-19 12:07:21,612] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-19 12:07:21,836] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-19 12:07:22,059] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-19 12:07:22,282] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-19 12:07:22,507] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-19 12:07:22,736] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-19 12:07:22,959] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-19 12:07:23,186] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-19 12:07:23,411] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-19 12:07:23,640] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-19 12:07:23,864] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-19 12:07:24,087] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-19 12:07:24,308] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-19 12:07:24,531] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-19 12:07:24,757] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-19 12:07:24,984] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-19 12:07:25,207] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-19 12:07:25,432] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-19 12:07:25,658] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-19 12:07:25,883] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-19 12:07:26,106] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-19 12:07:26,334] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-19 12:07:26,568] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.raw.json [2022-11-19 12:07:26,569] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.json [2022-11-19 12:07:26,606] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 12:07:26,610] {__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-19 12:07:26,611] {__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-19 12:07:26,614] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-AD.ratings.json [2022-11-19 12:07:26,614] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-19 12:07:26,615] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-19 12:07:26,615] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-NO.ratings.json [2022-11-19 12:07:26,616] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-19 12:07:26,618] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 12:07:26,618] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 12:07:26,619] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 12:07:26,619] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 12:07:26,620] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-19 12:07:26,621] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 12:07:26,622] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-19 12:37:02,471] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-19 12:37:03,168] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.raw.xml [2022-11-19 12:37:03,169] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.json [2022-11-19 12:37:03,174] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 12:37:03,175] {__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-19 12:37:03,180] {__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-19 12:37:03,183] {__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-19 12:37:03,185] {__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-19 12:37:03,186] {__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-19 12:37:03,187] {__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-19 12:37:03,189] {__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-19 12:37:03,495] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-19 12:37:03,612] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-19 12:37:03,616] {__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-19 12:37:03,617] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-19 12:37:03,728] {__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-19 12:37:03,733] {__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-19 12:37:03,734] {__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-19 12:37:03,736] {__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-19 12:37:03,737] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-19 12:37:04,021] {__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-19 12:37:04,177] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-19 12:37:04,751] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-19 12:37:05,212] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-19 12:37:05,665] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-19 12:37:06,086] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-19 12:37:06,592] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-19 12:37:07,098] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-19 12:37:07,519] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-19 12:37:07,918] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-19 12:37:08,439] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-19 12:37:08,955] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-19 12:37:09,352] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-19 12:37:09,844] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-19 12:37:10,289] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-19 12:37:10,763] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-19 12:37:11,259] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-19 12:37:11,716] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-19 12:37:12,190] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-19 12:37:12,624] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-19 12:37:13,121] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-19 12:37:13,535] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-19 12:37:13,941] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-19 12:37:14,320] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-19 12:37: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-19 12:37:15,145] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-19 12:37:15,635] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-19 12:37:16,042] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-19 12:37:16,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-19 12:37:16,936] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-19 12:37:17,335] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-19 12:37:17,709] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-19 12:37:18,110] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-19 12:37:18,504] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-19 12:37:18,921] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-19 12:37:19,329] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-19 12:37:19,720] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-19 12:37:20,019] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.raw.xml [2022-11-19 12:37:20,037] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.json [2022-11-19 12:37:20,108] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 12:37:20,112] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-19 12:37:20,427] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-19 12:37:20,995] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.raw.xml [2022-11-19 12:37:20,996] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.json [2022-11-19 12:37:21,005] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 12:37:21,007] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-19 12:37:21,040] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 12:37:21,042] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-19 12:37:21,049] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-19 12:37:21,050] {__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-19 12:37:21,052] {__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-19 12:37:21,052] {__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-19 12:37:21,053] {__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-19 12:37:21,054] {__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-19 12:37:21,055] {__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-19 12:37:21,055] {__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-19 12:37:21,056] {__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-19 12:37:21,058] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-19 12:37:21,361] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-19 12:37:21,630] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-19 12:37:21,883] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-19 12:37:22,136] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-19 12:37:22,383] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-19 12:37:22,632] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-19 12:37:22,912] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-19 12:37:23,141] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-19 12:37:23,370] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-19 12:37:23,595] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-19 12:37:23,821] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-19 12:37:24,045] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-19 12:37:24,274] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-19 12:37:24,501] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-19 12:37:24,724] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-19 12:37:24,950] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-19 12:37:25,174] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-19 12:37:25,403] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-19 12:37:25,628] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-19 12:37:25,851] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-19 12:37:26,081] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-19 12:37:26,305] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-19 12:37:26,534] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-19 12:37:26,758] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.raw.json [2022-11-19 12:37:26,759] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.json [2022-11-19 12:37:26,782] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 12:37:26,785] {__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-19 12:37:26,786] {__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-19 12:37:26,788] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-AD.ratings.json [2022-11-19 12:37:26,788] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-19 12:37:26,789] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-19 12:37:26,789] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-NO.ratings.json [2022-11-19 12:37:26,790] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-19 12:37:26,792] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 12:37:26,793] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 12:37:26,793] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 12:37:26,794] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 12:37:26,794] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-19 12:37:26,796] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 12:37:26,796] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-19 13:07:02,739] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-19 13:07:03,156] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.raw.xml [2022-11-19 13:07:03,157] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.json [2022-11-19 13:07:03,161] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 13:07:03,162] {__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-19 13:07:03,168] {__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-19 13:07:03,171] {__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-19 13:07:03,173] {__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-19 13:07:03,174] {__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-19 13:07:03,175] {__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-19 13:07:03,176] {__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-19 13:07:03,347] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-19 13:07:03,480] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-19 13:07:03,484] {__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-19 13:07:03,485] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-19 13:07:03,598] {__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-19 13:07:03,603] {__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-19 13:07:03,605] {__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-19 13:07:03,607] {__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-19 13:07:03,608] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-19 13:07:03,799] {__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-19 13:07:04,083] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-19 13:07:04,722] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-19 13:07:05,199] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-19 13:07:05,637] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-19 13:07:06,064] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-19 13:07:06,521] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-19 13:07:07,027] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-19 13:07:07,547] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-19 13:07:07,998] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-19 13:07:08,614] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-19 13:07:09,068] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-19 13:07:09,556] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-19 13:07:10,055] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-19 13:07:10,503] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-19 13:07:11,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-19 13:07:11,547] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-19 13:07:11,978] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-19 13:07:12,521] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-19 13:07:12,962] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-19 13:07:13,410] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-19 13:07:13,943] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-19 13:07:14,322] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-19 13:07:14,722] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-19 13:07:15,097] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-19 13:07:15,741] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-19 13:07:16,162] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-19 13:07:16,638] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-19 13:07:17,107] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-19 13:07:17,501] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-19 13:07:17,916] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-19 13:07:18,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-19 13:07:18,792] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-19 13:07:19,163] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-19 13:07:19,600] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-19 13:07:20,057] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-19 13:07:20,606] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-19 13:07:20,943] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.raw.xml [2022-11-19 13:07:20,961] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.json [2022-11-19 13:07:21,037] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 13:07:21,042] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-19 13:07:21,327] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-19 13:07:21,733] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.raw.xml [2022-11-19 13:07:21,734] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.json [2022-11-19 13:07:21,740] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 13:07:21,742] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-19 13:07:21,753] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 13:07:21,754] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-19 13:07:21,762] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-19 13:07:21,763] {__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-19 13:07:21,765] {__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-19 13:07:21,765] {__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-19 13:07:21,766] {__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-19 13:07:21,767] {__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-19 13:07:21,768] {__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-19 13:07:21,768] {__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-19 13:07:21,769] {__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-19 13:07:21,770] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-19 13:07:22,045] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-19 13:07:22,270] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-19 13:07:22,493] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-19 13:07:22,717] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-19 13:07:22,940] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-19 13:07:23,167] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-19 13:07:23,394] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-19 13:07:23,667] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-19 13:07:23,932] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-19 13:07:24,196] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-19 13:07:24,429] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-19 13:07:24,676] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-19 13:07:24,915] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-19 13:07:25,152] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-19 13:07:25,380] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-19 13:07:25,613] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-19 13:07:25,843] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-19 13:07:26,074] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-19 13:07:26,301] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-19 13:07:26,529] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-19 13:07:26,756] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-19 13:07:26,977] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-19 13:07:27,203] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-19 13:07:27,431] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.raw.json [2022-11-19 13:07:27,431] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.json [2022-11-19 13:07:27,479] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 13:07:27,483] {__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-19 13:07:27,484] {__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-19 13:07:27,485] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-AD.ratings.json [2022-11-19 13:07:27,486] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-19 13:07:27,486] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-19 13:07:27,487] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-NO.ratings.json [2022-11-19 13:07:27,487] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-19 13:07:27,493] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 13:07:27,493] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 13:07:27,494] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 13:07:27,494] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 13:07:27,495] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-19 13:07:27,497] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 13:07:27,498] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-19 13:37:02,254] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-19 13:37:02,637] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.raw.xml [2022-11-19 13:37:02,637] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.json [2022-11-19 13:37:02,642] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 13:37:02,643] {__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-19 13:37:02,648] {__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-19 13:37:02,651] {__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-19 13:37:02,653] {__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-19 13:37:02,654] {__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-19 13:37:02,655] {__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-19 13:37:02,656] {__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-19 13:37:02,773] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-19 13:37:02,889] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-19 13:37:02,893] {__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-19 13:37:02,894] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-19 13:37:02,984] {__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-19 13:37:02,989] {__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-19 13:37:02,990] {__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-19 13:37:02,992] {__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-19 13:37:02,993] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-19 13:37:03,421] {__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-19 13:37:03,673] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-19 13:37:04,138] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-19 13:37:04,681] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-19 13:37:05,071] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-19 13:37:05,473] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-19 13:37:05,957] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-19 13:37:06,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-19 13:37:06,942] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-19 13:37:07,450] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-19 13:37: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-19 13:37:08,181] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-19 13:37:08,580] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-19 13:37:09,028] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-19 13:37:09,617] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-19 13:37:10,071] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-19 13:37:10,472] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-19 13:37:10,853] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-19 13:37:11,202] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-19 13:37:11,617] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-19 13:37:12,001] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-19 13:37:12,466] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-19 13:37:12,869] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-19 13:37:13,255] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-19 13:37:13,775] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-19 13:37:14,212] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-19 13:37:14,582] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-19 13:37:15,015] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-19 13:37:15,439] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-19 13:37:15,902] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-19 13:37:16,280] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-19 13:37:16,700] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-19 13:37:17,070] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-19 13:37:17,482] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-19 13:37:17,854] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-19 13:37:18,314] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-19 13:37:18,778] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-19 13:37:19,171] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.raw.xml [2022-11-19 13:37:19,186] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.json [2022-11-19 13:37:19,256] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 13:37:19,261] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-19 13:37:19,569] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-19 13:37:20,064] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.raw.xml [2022-11-19 13:37:20,065] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.json [2022-11-19 13:37:20,072] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 13:37:20,073] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-19 13:37:20,083] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 13:37:20,084] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-19 13:37:20,115] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-19 13:37:20,116] {__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-19 13:37:20,118] {__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-19 13:37:20,118] {__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-19 13:37:20,119] {__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-19 13:37:20,120] {__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-19 13:37:20,121] {__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-19 13:37:20,121] {__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-19 13:37:20,122] {__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-19 13:37:20,123] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-19 13:37:20,350] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-19 13:37:20,600] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-19 13:37:20,825] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-19 13:37:21,050] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-19 13:37:21,322] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-19 13:37:21,562] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-19 13:37:21,887] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-19 13:37:22,114] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-19 13:37:22,351] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-19 13:37:22,594] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-19 13:37:22,854] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-19 13:37:23,083] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-19 13:37:23,310] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-19 13:37:23,538] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-19 13:37:23,764] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-19 13:37:23,984] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-19 13:37:24,208] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-19 13:37:24,461] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-19 13:37:24,686] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-19 13:37:24,906] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-19 13:37:25,137] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-19 13:37:25,363] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-19 13:37:25,586] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-19 13:37:25,851] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.raw.json [2022-11-19 13:37:25,852] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.json [2022-11-19 13:37:25,871] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 13:37:25,876] {__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-19 13:37:25,877] {__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-19 13:37:25,879] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-AD.ratings.json [2022-11-19 13:37:25,880] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-19 13:37:25,880] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-19 13:37:25,881] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-NO.ratings.json [2022-11-19 13:37:25,881] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-19 13:37:25,888] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 13:37:25,889] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 13:37:25,889] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 13:37:25,890] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 13:37:25,890] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-19 13:37:25,893] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 13:37:25,893] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-19 14:07:02,642] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-19 14:07:03,043] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.raw.xml [2022-11-19 14:07:03,044] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.json [2022-11-19 14:07:03,049] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 14:07:03,050] {__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-19 14:07:03,055] {__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-19 14:07:03,058] {__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-19 14:07:03,060] {__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-19 14:07:03,061] {__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-19 14:07:03,062] {__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-19 14:07:03,064] {__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-19 14:07:03,233] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-19 14:07:03,350] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-19 14:07:03,355] {__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-19 14:07:03,356] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-19 14:07:03,473] {__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-19 14:07:03,478] {__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-19 14:07:03,480] {__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-19 14:07:03,482] {__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-19 14:07:03,483] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-19 14:07:03,702] {__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-19 14:07:03,921] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-19 14:07:04,464] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-19 14:07:05,021] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-19 14:07:05,683] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-19 14:07:06,177] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-19 14:07:06,684] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-19 14:07:07,121] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-19 14:07:07,540] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-19 14:07:08,272] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-19 14:07:08,703] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-19 14:07:09,062] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-19 14:07:09,464] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-19 14:07:10,068] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-19 14:07:10,590] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-19 14:07:11,198] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-19 14:07:11,708] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-19 14:07:12,132] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-19 14:07:12,560] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-19 14:07:13,055] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-19 14:07:13,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-19 14:07:13,912] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-19 14:07:14,556] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-19 14:07:15,022] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-19 14:07:15,486] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-19 14:07:15,933] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-19 14:07:16,446] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-19 14:07:16,926] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-19 14:07:17,468] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-19 14:07:17,895] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-19 14:07:18,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-19 14:07:18,781] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-19 14:07:19,460] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-19 14:07:20,876] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-19 14:07:21,252] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-19 14:07:21,750] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-19 14:07:22,236] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-19 14:07:22,883] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.raw.xml [2022-11-19 14:07:22,901] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.json [2022-11-19 14:07:22,981] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 14:07:22,985] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-19 14:07:23,356] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-19 14:07:23,765] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.raw.xml [2022-11-19 14:07:23,766] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.json [2022-11-19 14:07:23,773] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 14:07:23,778] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-19 14:07:23,787] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 14:07:23,789] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-19 14:07:23,803] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-19 14:07:23,804] {__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-19 14:07:23,806] {__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-19 14:07:23,807] {__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-19 14:07:23,808] {__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-19 14:07:23,808] {__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-19 14:07:23,809] {__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-19 14:07:23,810] {__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-19 14:07:23,811] {__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-19 14:07:23,812] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-19 14:07:24,097] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-19 14:07:24,330] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-19 14:07:24,557] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-19 14:07:24,790] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-19 14:07:25,016] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-19 14:07:25,241] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-19 14:07:25,492] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-19 14:07:25,744] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-19 14:07:25,967] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-19 14:07:26,194] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-19 14:07:26,417] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-19 14:07:26,702] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-19 14:07:26,930] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-19 14:07:27,179] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-19 14:07:27,462] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-19 14:07:27,681] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-19 14:07:27,907] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-19 14:07:28,136] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-19 14:07:28,372] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-19 14:07:28,613] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-19 14:07:28,834] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-19 14:07:29,089] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-19 14:07:29,303] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-19 14:07:29,527] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.raw.json [2022-11-19 14:07:29,528] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.json [2022-11-19 14:07:29,555] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 14:07:29,559] {__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-19 14:07:29,560] {__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-19 14:07:29,561] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-AD.ratings.json [2022-11-19 14:07:29,562] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-19 14:07:29,562] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-19 14:07:29,563] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-NO.ratings.json [2022-11-19 14:07:29,563] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-19 14:07:29,568] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 14:07:29,568] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 14:07:29,570] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 14:07:29,570] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 14:07:29,570] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-19 14:07:29,572] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 14:07:29,573] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-19 14:37:02,359] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-19 14:37:02,749] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.raw.xml [2022-11-19 14:37:02,750] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.json [2022-11-19 14:37:02,754] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 14:37:02,755] {__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-19 14:37:02,760] {__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-19 14:37:02,763] {__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-19 14:37:02,765] {__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-19 14:37:02,766] {__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-19 14:37:02,767] {__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-19 14:37:02,769] {__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-19 14:37:02,987] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-19 14:37:03,102] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-19 14:37:03,106] {__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-19 14:37:03,107] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-19 14:37:03,221] {__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-19 14:37:03,226] {__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-19 14:37:03,227] {__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-19 14:37:03,229] {__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-19 14:37:03,230] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-19 14:37:03,475] {__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-19 14:37:03,704] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-19 14:37:04,471] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-19 14:37:04,943] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-19 14:37:06,213] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-19 14:37:07,696] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-19 14:37:08,185] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-19 14:37:08,695] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-19 14:37:09,167] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-19 14:37:09,567] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-19 14:37:10,006] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-19 14:37:10,410] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-19 14:37:10,790] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-19 14:37:11,212] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-19 14:37:11,839] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-19 14:37:12,216] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-19 14:37:12,687] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-19 14:37:13,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-19 14:37:13,710] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-19 14:37:14,137] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-19 14:37:14,829] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-19 14:37:15,687] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-19 14:37:16,096] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-19 14:37:16,509] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-19 14:37:16,940] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-19 14:37:17,458] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-19 14:37:18,349] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-19 14:37:18,796] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-19 14:37:19,213] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-19 14:37:19,605] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-19 14:37:20,004] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-19 14:37:20,432] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-19 14:37:20,878] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-19 14:37:22,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-19 14:37:22,652] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-19 14:37:23,166] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-19 14:37:23,700] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-19 14:37:24,112] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.raw.xml [2022-11-19 14:37:24,127] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.json [2022-11-19 14:37:24,205] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 14:37:24,209] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-19 14:37:24,816] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-19 14:37:28,009] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.raw.xml [2022-11-19 14:37:28,011] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.json [2022-11-19 14:37:28,017] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 14:37:28,018] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-19 14:37:28,027] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 14:37:28,028] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-19 14:37:28,042] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-19 14:37:28,043] {__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-19 14:37:28,045] {__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-19 14:37:28,046] {__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-19 14:37:28,046] {__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-19 14:37:28,047] {__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-19 14:37:28,048] {__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-19 14:37:28,049] {__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-19 14:37:28,049] {__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-19 14:37:28,051] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-19 14:37:28,354] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-19 14:37:28,567] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-19 14:37:28,789] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-19 14:37:29,009] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-19 14:37:29,234] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-19 14:37:29,492] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-19 14:37:29,724] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-19 14:37:30,037] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-19 14:37:30,254] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-19 14:37:30,480] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-19 14:37:30,696] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-19 14:37:30,924] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-19 14:37:31,143] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-19 14:37:31,448] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-19 14:37:31,666] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-19 14:37:31,887] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-19 14:37:32,112] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-19 14:37:32,339] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-19 14:37:32,561] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-19 14:37:32,787] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-19 14:37:33,012] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-19 14:37:33,239] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-19 14:37:33,464] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-19 14:37:33,681] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.raw.json [2022-11-19 14:37:33,681] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.json [2022-11-19 14:37:33,709] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 14:37:33,712] {__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-19 14:37:33,714] {__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-19 14:37:33,715] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-AD.ratings.json [2022-11-19 14:37:33,716] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-19 14:37:33,716] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-19 14:37:33,717] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-NO.ratings.json [2022-11-19 14:37:33,717] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-19 14:37:33,722] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 14:37:33,723] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 14:37:33,723] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 14:37:33,724] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 14:37:33,724] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-19 14:37:33,726] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 14:37:33,726] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-19 15:07:02,435] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-19 15:07:02,828] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.raw.xml [2022-11-19 15:07:02,828] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.json [2022-11-19 15:07:02,833] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 15:07:02,834] {__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-19 15:07:02,839] {__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-19 15:07:02,842] {__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-19 15: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-19 15:07:02,845] {__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-19 15:07:02,846] {__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-19 15:07:02,848] {__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-19 15:07:03,013] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-19 15:07:03,128] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-19 15:07:03,132] {__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-19 15:07:03,133] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-19 15:07:03,220] {__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-19 15:07:03,225] {__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-19 15:07:03,226] {__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-19 15:07:03,229] {__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-19 15:07:03,229] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-19 15:07:03,441] {__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-19 15:07:03,664] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-19 15:07:05,183] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-19 15:07:06,069] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-19 15:07:06,794] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-19 15:07:07,290] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-19 15:07:07,997] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-19 15:07:08,734] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-19 15:07:09,215] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-19 15:07:09,707] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-19 15:07:10,212] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-19 15:07:10,968] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-19 15:07:11,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-19 15:07:12,061] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-19 15:07:12,737] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-19 15:07:13,164] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-19 15:07:13,590] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-19 15:07:14,086] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-19 15:07:14,571] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-19 15:07:15,022] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-19 15:07:15,448] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-19 15:07:15,894] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-19 15:07:16,292] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-19 15:07:16,694] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-19 15:07:17,146] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-19 15:07:17,545] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-19 15:07:17,911] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-19 15:07:18,348] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-19 15:07:18,843] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-19 15:07:19,264] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-19 15:07:19,740] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-19 15:07:20,161] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-19 15:07:20,609] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-19 15:07:21,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-19 15:07:21,497] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-19 15:07:21,891] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-19 15:07:22,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-19 15:07:22,627] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.raw.xml [2022-11-19 15:07:22,645] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.json [2022-11-19 15:07:22,737] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 15:07:22,742] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-19 15:07:23,429] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-19 15:07:23,878] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.raw.xml [2022-11-19 15:07:23,880] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-19 15:07:23,887] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 15:07:23,889] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-19 15:07:23,897] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-19 15:07:23,898] {__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-19 15:07:23,900] {__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-19 15:07:23,901] {__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-19 15:07:23,901] {__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-19 15:07:23,902] {__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-19 15:07:23,903] {__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-19 15:07:23,904] {__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-19 15:07:23,905] {__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-19 15:07:23,906] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-19 15:07:24,189] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-19 15:07:24,436] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-19 15:07:24,661] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-19 15:07:24,888] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-19 15:07:25,109] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-19 15:07:25,336] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-19 15:07:25,645] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-19 15:07:25,871] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-19 15:07:26,093] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-19 15:07:26,317] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-19 15:07:26,541] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-19 15:07:26,770] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-19 15:07:26,991] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-19 15:07:27,214] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-19 15:07:27,450] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-19 15:07:27,679] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-19 15:07:27,899] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-19 15:07:28,122] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-19 15:07:28,497] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-19 15:07:28,716] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-19 15:07:28,940] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-19 15:07:29,190] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-19 15:07:29,417] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-19 15:07:29,638] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.raw.json [2022-11-19 15:07:29,639] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.json [2022-11-19 15:07:29,680] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 15:07:29,684] {__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-19 15:07:29,685] {__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-19 15:07:29,686] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-AD.ratings.json [2022-11-19 15:07:29,687] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-19 15:07:29,687] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-19 15:07:29,688] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-NO.ratings.json [2022-11-19 15:07:29,688] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-19 15:07:29,693] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 15:07:29,694] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 15:07:29,695] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 15:07:29,695] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 15:07:29,695] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-19 15:07:29,698] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 15:07:29,698] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-19 15:37:02,645] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-19 15:37:03,028] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.raw.xml [2022-11-19 15:37:03,029] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.json [2022-11-19 15:37:03,033] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 15: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-19 15:37:03,040] {__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-19 15:37:03,043] {__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-19 15:37:03,045] {__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-19 15:37:03,047] {__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-19 15:37:03,048] {__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-19 15:37:03,049] {__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-19 15:37:03,349] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-19 15:37:03,465] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-19 15:37:03,469] {__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-19 15:37:03,471] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-19 15:37:03,574] {__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-19 15:37:03,579] {__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-19 15:37:03,580] {__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-19 15:37:03,582] {__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-19 15:37:03,583] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-19 15:37:04,044] {__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-19 15:37:04,554] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-19 15:37:05,077] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-19 15:37:05,537] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-19 15:37:05,944] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-19 15:37:06,379] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-19 15:37:06,829] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-19 15:37:07,265] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-19 15:37:07,708] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-19 15:37:08,194] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-19 15:37:08,636] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-19 15:37:09,099] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-19 15:37:09,516] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-19 15:37:09,990] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-19 15:37:10,620] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-19 15:37:11,101] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-19 15:37:12,456] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-19 15:37:12,867] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-19 15:37:13,324] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-19 15:37:13,816] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-19 15:37:15,240] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-19 15:37:15,665] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-19 15:37:16,162] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-19 15:37:16,591] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-19 15:37:17,054] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-19 15:37:17,551] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-19 15:37:18,084] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-19 15:37:18,558] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-19 15:37:18,962] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-19 15:37:19,426] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-19 15:37:19,809] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-19 15:37:20,212] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-19 15:37:20,596] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-19 15:37:21,055] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-19 15:37:21,447] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-19 15:37:21,883] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-19 15:37:22,321] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-19 15:37:22,673] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.raw.xml [2022-11-19 15:37:22,685] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.json [2022-11-19 15:37:22,749] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-19 15:37:22,751] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-19 15:37:23,037] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-19 15:37:23,444] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.raw.xml [2022-11-19 15:37:23,444] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-19 15:37:23,450] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 15:37:23,451] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-19 15:37:23,470] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-19 15:37:23,473] {__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-19 15:37:23,475] {__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-19 15:37:23,476] {__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-19 15:37:23,477] {__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-19 15:37:23,478] {__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-19 15:37:23,479] {__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-19 15:37:23,480] {__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-19 15:37:23,481] {__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-19 15:37:23,482] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-19 15:37:23,708] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-19 15:37:23,929] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-19 15:37:24,152] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-19 15:37:24,376] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-19 15:37:24,604] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-19 15:37:24,830] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-19 15:37:25,068] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-19 15:37:25,292] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-19 15:37:25,513] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-19 15:37:25,735] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-19 15:37:25,965] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-19 15:37:26,199] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-19 15:37:26,423] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-19 15:37:26,648] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-19 15:37:26,868] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-19 15:37:27,090] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-19 15:37:27,318] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-19 15:37:27,540] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-19 15:37:27,768] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-19 15:37:27,992] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-19 15:37:28,267] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-19 15:37:28,488] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-19 15:37:28,712] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-19 15:37:28,938] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.raw.json [2022-11-19 15:37:28,939] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.json [2022-11-19 15:37:28,962] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 15:37:28,966] {__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-19 15:37:28,967] {__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-19 15:37:28,969] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-AD.ratings.json [2022-11-19 15:37:28,969] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-19 15:37:28,970] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-19 15:37:28,970] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-NO.ratings.json [2022-11-19 15:37:28,971] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-19 15:37:28,972] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 15:37:28,973] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 15:37:28,973] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 15:37:28,974] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 15:37:28,974] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-19 15:37:28,977] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-19 15:37:28,977] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 15:37:28,978] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-19 16:07:01,793] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-19 16:07:02,073] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.raw.xml [2022-11-19 16:07:02,075] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.json [2022-11-19 16:07:02,079] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 16:07:02,080] {__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-19 16:07:02,086] {__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-19 16:07:02,089] {__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-19 16:07:02,091] {__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-19 16:07:02,092] {__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-19 16:07:02,093] {__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-19 16:07:02,095] {__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-19 16:07:02,260] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-19 16:07:02,375] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-19 16:07:02,379] {__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-19 16:07:02,380] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-19 16:07:02,473] {__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-19 16:07:02,478] {__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-19 16:07:02,480] {__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-19 16:07:02,482] {__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-19 16:07:02,483] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-19 16:07:02,675] {__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-19 16:07:02,863] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-19 16:07:03,349] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-19 16:07:03,832] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-19 16:07:04,313] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-19 16:07:04,789] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-19 16:07:05,284] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-19 16:07:05,781] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-19 16:07:06,272] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-19 16:07:06,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-19 16:07:07,140] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-19 16:07:07,591] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-19 16:07:08,661] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-19 16:07:09,058] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-19 16:07:09,435] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-19 16:07:09,891] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-19 16:07:10,358] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-19 16:07:10,952] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-19 16:07:11,577] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-19 16:07:11,998] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-19 16:07:12,616] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-19 16:07:13,012] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-19 16:07:13,454] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-19 16:07:13,855] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-19 16:07:14,310] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-19 16:07:14,798] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-19 16:07:15,273] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-19 16:07:16,071] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-19 16:07:16,462] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-19 16:07:16,887] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-19 16:07:17,583] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-19 16:07:17,930] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-19 16:07:18,379] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-19 16:07:18,744] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-19 16:07:19,136] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-19 16:07:19,761] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-19 16:07:20,337] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-19 16:07:20,680] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.raw.xml [2022-11-19 16:07:20,698] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.json [2022-11-19 16:07:20,768] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-19 16:07:20,772] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-19 16:07:21,078] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-19 16:07:21,485] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.raw.xml [2022-11-19 16:07:21,486] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-19 16:07:21,502] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 16:07:21,503] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-19 16:07:21,514] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-19 16:07:21,515] {__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-19 16:07:21,517] {__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-19 16:07:21,517] {__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-19 16:07:21,518] {__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-19 16:07:21,519] {__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-19 16:07:21,520] {__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-19 16:07:21,521] {__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-19 16:07:21,522] {__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-19 16:07:21,523] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-19 16:07:21,747] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-19 16:07:21,974] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-19 16:07:22,202] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-19 16:07:22,427] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-19 16:07:22,651] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-19 16:07:22,872] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-19 16:07:23,090] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-19 16:07:23,313] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-19 16:07:23,535] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-19 16:07:23,757] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-19 16:07:23,979] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-19 16:07:24,202] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-19 16:07:24,430] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-19 16:07:24,646] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-19 16:07:24,865] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-19 16:07:25,087] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-19 16:07:25,310] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-19 16:07:25,560] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-19 16:07:25,784] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-19 16:07:26,085] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-19 16:07:26,349] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-19 16:07:26,568] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-19 16:07:26,793] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-19 16:07:27,019] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.raw.json [2022-11-19 16:07:27,021] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.json [2022-11-19 16:07:27,052] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 16:07:27,055] {__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-19 16:07:27,056] {__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-19 16:07:27,057] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-AD.ratings.json [2022-11-19 16:07:27,058] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-19 16:07:27,058] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-19 16:07:27,059] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-NO.ratings.json [2022-11-19 16:07:27,059] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-19 16:07:27,062] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 16:07:27,063] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 16:07:27,063] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 16:07:27,063] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 16:07:27,064] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-19 16:07:27,066] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-19 16:07:27,066] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 16:07:27,066] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-19 16:37:01,976] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-19 16:37:02,371] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.raw.xml [2022-11-19 16:37:02,372] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.json [2022-11-19 16:37:02,377] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 16:37:02,377] {__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-19 16:37:02,383] {__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-19 16:37:02,386] {__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-19 16:37:02,389] {__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-19 16:37:02,390] {__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-19 16:37:02,391] {__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-19 16:37:02,392] {__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-19 16:37:02,558] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-19 16:37:02,674] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-19 16:37:02,678] {__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-19 16:37:02,679] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-19 16:37:02,773] {__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-19 16:37:02,778] {__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-19 16:37:02,780] {__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-19 16:37:02,782] {__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-19 16:37:02,783] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-19 16:37:02,987] {__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-19 16:37:03,202] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-19 16:37:03,693] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-19 16:37:04,194] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-19 16:37:04,698] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-19 16:37:05,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-19 16:37:05,596] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-19 16:37:06,057] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-19 16:37:06,499] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-19 16:37:06,944] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-19 16:37:07,389] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-19 16:37:07,810] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-19 16:37:08,259] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-19 16:37:08,889] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-19 16:37:09,236] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-19 16:37:09,714] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-19 16:37:10,191] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-19 16:37:10,548] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-19 16:37:10,964] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-19 16:37:11,413] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-19 16:37:11,806] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-19 16:37:12,279] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-19 16:37:12,794] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-19 16:37:13,598] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-19 16:37:14,015] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-19 16:37:14,432] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-19 16:37:14,862] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-19 16:37:15,607] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-19 16:37:16,010] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-19 16:37:17,531] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-19 16:37:17,943] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-19 16:37:18,423] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-19 16:37:19,038] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-19 16:37:19,514] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-19 16:37:19,933] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-19 16:37:20,330] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-19 16:37:20,831] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-19 16:37:21,163] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.raw.xml [2022-11-19 16:37:21,179] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.json [2022-11-19 16:37:21,251] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-19 16:37:21,255] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-19 16:37:21,570] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-19 16:37:21,981] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.raw.xml [2022-11-19 16:37:21,982] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-19 16:37:22,002] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 16:37:22,004] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-19 16:37:22,019] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-19 16:37:22,020] {__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-19 16:37:22,021] {__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-19 16:37:22,022] {__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-19 16:37:22,022] {__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-19 16:37:22,023] {__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-19 16:37:22,024] {__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-19 16:37:22,025] {__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-19 16:37:22,025] {__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-19 16:37:22,027] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-19 16:37:22,386] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-19 16:37:22,610] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-19 16:37:22,835] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-19 16:37:23,078] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-19 16:37:23,318] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-19 16:37:23,573] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-19 16:37:23,802] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-19 16:37:24,039] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-19 16:37:24,265] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-19 16:37:24,492] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-19 16:37:24,712] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-19 16:37:24,935] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-19 16:37:25,160] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-19 16:37:25,385] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-19 16:37:25,608] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-19 16:37:25,836] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-19 16:37:26,061] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-19 16:37:26,310] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-19 16:37:26,575] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-19 16:37:26,825] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-19 16:37:27,080] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-19 16:37:27,316] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-19 16:37:27,548] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-19 16:37:27,778] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.raw.json [2022-11-19 16:37:27,779] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.json [2022-11-19 16:37:27,817] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 16:37:27,821] {__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-19 16:37:27,823] {__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-19 16:37:27,825] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-AD.ratings.json [2022-11-19 16:37:27,826] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-19 16:37:27,826] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-19 16:37:27,827] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-NO.ratings.json [2022-11-19 16:37:27,828] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-19 16:37:27,830] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 16:37:27,831] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 16:37:27,832] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 16:37:27,832] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 16:37:27,833] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-19 16:37:27,837] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-19 16:37:27,837] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 16:37:27,838] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-19 17:07:02,685] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-19 17:07:03,055] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.raw.xml [2022-11-19 17:07:03,055] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.json [2022-11-19 17:07:03,060] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 17:07:03,060] {__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-19 17:07:03,066] {__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-19 17:07:03,069] {__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-19 17:07:03,071] {__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-19 17:07:03,072] {__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-19 17:07:03,073] {__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-19 17:07:03,074] {__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-19 17:07:03,242] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-19 17:07:03,359] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-19 17:07:03,363] {__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-19 17:07:03,364] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-19 17:07:03,472] {__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-19 17:07:03,477] {__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-19 17:07:03,478] {__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-19 17:07:03,480] {__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-19 17:07:03,481] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-19 17:07:03,728] {__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-19 17:07:04,009] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-19 17:07:04,592] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-19 17:07:05,183] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-19 17:07:06,025] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-19 17:07:06,633] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-19 17:07:07,305] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-19 17:07:07,760] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-19 17:07:08,182] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-19 17:07:08,570] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-19 17:07:09,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-19 17:07:09,527] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-19 17:07:09,944] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-19 17:07:10,398] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-19 17:07:10,871] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-19 17:07:11,324] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-19 17:07:12,007] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-19 17:07:12,439] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-19 17:07:12,886] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-19 17:07:13,378] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-19 17:07:13,847] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-19 17:07:14,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-19 17:07: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-19 17:07:15,532] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-19 17:07:15,963] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-19 17:07:16,392] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-19 17:07:16,824] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-19 17:07:17,236] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-19 17:07:17,699] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-19 17:07:18,138] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-19 17:07:18,529] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-19 17:07:18,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-19 17:07:19,357] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-19 17:07:19,760] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-19 17:07:20,159] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-19 17:07:20,647] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-19 17:07:21,216] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-19 17:07:21,574] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.raw.xml [2022-11-19 17:07:21,588] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.json [2022-11-19 17:07:21,658] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-19 17:07:21,662] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-19 17:07:22,009] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-19 17:07:22,470] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.raw.xml [2022-11-19 17:07:22,470] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-19 17:07:22,484] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 17:07:22,486] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-19 17:07:22,501] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-19 17:07:22,502] {__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-19 17:07:22,503] {__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-19 17:07:22,504] {__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-19 17:07:22,505] {__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-19 17:07:22,505] {__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-19 17:07:22,506] {__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-19 17:07:22,507] {__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-19 17:07:22,508] {__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-19 17:07:22,509] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-19 17:07:22,876] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-19 17:07:23,139] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-19 17:07:23,408] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-19 17:07:23,665] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-19 17:07:23,933] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-19 17:07:24,179] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-19 17:07:24,440] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-19 17:07:24,670] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-19 17:07:24,898] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-19 17:07:25,116] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-19 17:07:25,340] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-19 17:07:25,559] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-19 17:07:25,777] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-19 17:07:26,010] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-19 17:07:26,231] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-19 17:07:26,455] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-19 17:07:26,672] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-19 17:07:26,895] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-19 17:07:27,117] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-19 17:07:27,332] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-19 17:07:27,557] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-19 17:07:27,785] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-19 17:07:28,003] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-19 17:07:28,229] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.raw.json [2022-11-19 17:07:28,230] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.json [2022-11-19 17:07:28,268] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-19 17:07:28,271] {__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-19 17:07:28,273] {__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-19 17:07:28,274] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-AD.ratings.json [2022-11-19 17:07:28,275] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-19 17:07:28,276] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-19 17:07:28,276] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-NO.ratings.json [2022-11-19 17:07:28,277] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-19 17:07:28,279] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 17:07:28,280] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 17:07:28,280] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 17:07:28,281] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 17:07:28,281] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-19 17:07:28,283] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-19 17:07:28,283] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 17:07:28,284] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-19 17:07:28,284] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-19 17:37:02,219] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-19 17:37:02,620] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.raw.xml [2022-11-19 17:37:02,622] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.json [2022-11-19 17:37:02,628] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 17:37:02,630] {__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-19 17:37:02,635] {__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-19 17:37:02,639] {__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-19 17:37:02,641] {__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-19 17:37:02,642] {__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-19 17:37:02,643] {__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-19 17:37:02,644] {__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-19 17:37:02,916] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-19 17:37:03,033] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-19 17:37:03,038] {__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-19 17:37:03,039] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-19 17:37:03,134] {__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-19 17:37:03,140] {__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-19 17:37:03,142] {__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-19 17:37:03,145] {__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-19 17:37:03,146] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-19 17:37:04,581] {__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-19 17:37:04,840] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-19 17:37:05,370] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-19 17:37:05,893] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-19 17:37:06,362] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-19 17:37:06,745] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-19 17:37:07,206] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-19 17:37:07,591] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-19 17:37:08,007] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-19 17:37:08,473] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-19 17:37:08,904] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-19 17:37:09,358] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-19 17:37:09,849] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-19 17:37:10,453] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-19 17:37:11,004] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-19 17:37:11,435] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-19 17:37:11,858] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-19 17:37:12,250] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-19 17:37:12,710] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-19 17:37:13,337] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-19 17:37:13,758] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-19 17:37:14,195] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-19 17:37:14,604] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-19 17:37:15,020] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-19 17:37:15,494] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-19 17:37:15,980] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-19 17:37:16,354] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-19 17:37:16,806] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-19 17:37:17,260] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-19 17:37:17,727] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-19 17:37:18,104] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-19 17:37:18,598] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-19 17:37:18,973] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-19 17:37:19,445] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-19 17:37:19,957] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-19 17:37:20,447] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-19 17:37:21,020] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-19 17:37:21,324] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.raw.xml [2022-11-19 17:37:21,341] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.json [2022-11-19 17:37:21,420] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-19 17:37:21,426] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-19 17:37:21,732] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-19 17:37:22,228] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.raw.xml [2022-11-19 17:37:22,229] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-19 17:37:22,241] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 17:37:22,242] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-19 17:37:22,257] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-19 17:37:22,258] {__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-19 17:37:22,259] {__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-19 17:37:22,260] {__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-19 17:37:22,261] {__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-19 17:37:22,261] {__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-19 17:37:22,262] {__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-19 17:37:22,263] {__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-19 17:37:22,264] {__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-19 17:37:22,265] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-19 17:37:22,557] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-19 17:37:22,784] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-19 17:37:23,014] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-19 17:37:23,237] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-19 17:37:23,462] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-19 17:37:23,685] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-19 17:37:23,912] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-19 17:37:24,140] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-19 17:37:24,362] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-19 17:37:24,584] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-19 17:37:24,809] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-19 17:37:25,027] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-19 17:37:25,251] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-19 17:37:25,493] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-19 17:37:25,716] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-19 17:37:25,943] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-19 17:37:26,167] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-19 17:37:26,390] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-19 17:37:26,613] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-19 17:37:26,839] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-19 17:37:27,273] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-19 17:37:27,630] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-19 17:37:28,069] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-19 17:37:28,428] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.raw.json [2022-11-19 17:37:28,429] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.json [2022-11-19 17:37:28,458] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-19 17:37:28,460] {__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-19 17:37:28,461] {__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-19 17:37:28,463] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-AD.ratings.json [2022-11-19 17:37:28,464] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-19 17:37:28,464] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-19 17:37:28,464] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-NO.ratings.json [2022-11-19 17:37:28,466] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-19 17:37:28,468] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 17:37:28,469] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 17:37:28,469] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 17:37:28,469] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 17:37:28,470] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-19 17:37:28,473] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-19 17:37:28,473] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 17:37:28,474] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-19 17:37:28,474] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-19 18:07:02,655] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-19 18:07:03,050] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.raw.xml [2022-11-19 18:07:03,051] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.json [2022-11-19 18:07:03,056] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 18:07:03,056] {__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-19 18:07:03,062] {__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-19 18:07:03,065] {__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-19 18:07:03,068] {__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-19 18:07:03,069] {__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-19 18:07:03,070] {__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-19 18:07:03,072] {__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-19 18:07:03,245] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-19 18:07:03,363] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-19 18:07:03,372] {__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-19 18:07:03,374] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-19 18:07:03,462] {__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-19 18:07:03,467] {__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-19 18:07:03,468] {__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-19 18:07:03,470] {__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-19 18:07:03,471] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-19 18:07:03,703] {__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-19 18:07:03,860] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-19 18:07:04,433] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-19 18:07:05,005] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-19 18:07:05,472] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-19 18:07:05,928] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-19 18:07:06,333] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-19 18:07:07,090] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-19 18:07:07,507] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-19 18:07:07,931] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-19 18:07:08,383] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-19 18:07:08,811] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-19 18:07:09,273] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-19 18:07:09,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-19 18:07:10,301] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-19 18:07:10,727] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-19 18:07:11,177] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-19 18:07:11,886] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-19 18:07:12,269] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-19 18:07:12,721] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-19 18:07:13,145] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-19 18:07:13,531] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-19 18:07:13,960] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-19 18:07:14,416] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-19 18:07:14,825] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-19 18:07:15,262] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-19 18:07:15,706] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-19 18:07:16,314] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-19 18:07:16,818] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-19 18:07:17,420] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-19 18:07:17,882] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-19 18:07:18,909] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-19 18:07:19,316] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-19 18:07:19,817] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-19 18:07:20,273] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-19 18:07:20,926] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-19 18:07:21,632] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-19 18:07:21,969] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.raw.xml [2022-11-19 18:07:21,985] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.json [2022-11-19 18:07:22,056] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-19 18:07:22,060] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-19 18:07:22,356] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-19 18:07:22,765] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.raw.xml [2022-11-19 18:07:22,765] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-19 18:07:22,780] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 18:07:22,782] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-19 18:07:22,795] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-19 18:07:22,796] {__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-19 18:07:22,797] {__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-19 18:07:22,798] {__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-19 18:07:22,799] {__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-19 18:07:22,800] {__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-19 18:07:22,800] {__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-19 18:07:22,801] {__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-19 18:07:22,802] {__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-19 18:07:22,803] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-19 18:07:23,075] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-19 18:07:23,300] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-19 18:07:23,527] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-19 18:07:23,755] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-19 18:07:23,981] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-19 18:07:24,210] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-19 18:07:24,433] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-19 18:07:24,660] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-19 18:07:24,883] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-19 18:07:25,104] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-19 18:07:25,335] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-19 18:07:25,593] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-19 18:07:25,836] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-19 18:07:26,084] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-19 18:07:26,339] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-19 18:07:26,591] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-19 18:07:26,821] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-19 18:07:27,045] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-19 18:07:27,266] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-19 18:07:27,489] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-19 18:07:27,716] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-19 18:07:27,941] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-19 18:07:28,159] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-19 18:07:28,386] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.raw.json [2022-11-19 18:07:28,387] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.json [2022-11-19 18:07:28,416] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-19 18:07:28,419] {__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-19 18:07:28,420] {__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-19 18:07:28,421] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-AD.ratings.json [2022-11-19 18:07:28,422] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-19 18:07:28,423] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-19 18:07:28,423] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-NO.ratings.json [2022-11-19 18:07:28,424] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-19 18:07:28,426] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 18:07:28,428] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 18:07:28,428] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 18:07:28,428] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 18:07:28,429] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-19 18:07:28,431] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-19 18:07:28,431] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 18:07:28,432] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-19 18:07:28,433] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-19 18:37:02,190] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-19 18:37:02,599] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.raw.xml [2022-11-19 18:37:02,600] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.json [2022-11-19 18:37:02,605] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 18:37:02,606] {__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-19 18:37:02,611] {__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-19 18:37:02,615] {__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-19 18:37:02,617] {__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-19 18:37:02,618] {__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-19 18:37:02,619] {__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-19 18:37:02,620] {__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-19 18:37:02,892] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-19 18:37:03,012] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-19 18:37:03,016] {__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-19 18:37:03,018] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-19 18:37:03,108] {__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-19 18:37:03,112] {__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-19 18:37:03,113] {__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-19 18:37:03,115] {__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-19 18:37:03,116] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-19 18:37:03,393] {__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-19 18:37:03,581] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-19 18:37:04,161] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-19 18:37:04,989] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-19 18:37:05,457] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-19 18:37:06,148] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-19 18:37:06,773] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-19 18:37:07,666] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-19 18:37:08,209] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-19 18:37:08,674] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-19 18:37:09,140] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-19 18:37:09,586] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-19 18:37:10,282] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-19 18:37:10,762] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-19 18:37:11,165] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-19 18:37:11,970] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-19 18:37:12,383] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-19 18:37:12,816] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-19 18:37:13,525] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-19 18:37:14,196] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-19 18:37:14,635] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-19 18:37:15,093] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-19 18:37:15,504] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-19 18:37:16,012] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-19 18:37:16,461] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-19 18:37:16,912] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-19 18:37: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-19 18:37:19,332] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-19 18:37:19,786] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-19 18:37:20,256] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-19 18:37:20,753] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-19 18:37:21,229] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-19 18:37:21,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-19 18:37:22,084] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-19 18:37:22,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-19 18:37:22,987] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-19 18:37:23,441] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-19 18:37:23,792] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.raw.xml [2022-11-19 18:37:23,808] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.json [2022-11-19 18:37:23,879] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-19 18:37:23,883] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-19 18:37:24,250] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-19 18:37:24,873] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.raw.xml [2022-11-19 18:37:24,873] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-19 18:37:24,887] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 18:37:24,890] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-19 18:37:24,925] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-19 18:37:24,926] {__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-19 18:37:24,927] {__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-19 18:37:24,928] {__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-19 18:37:24,929] {__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-19 18:37:24,930] {__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-19 18:37:24,931] {__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-19 18:37:24,931] {__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-19 18:37:24,932] {__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-19 18:37:24,933] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-19 18:37:25,276] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-19 18:37:25,526] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-19 18:37:25,834] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-19 18:37:26,090] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-19 18:37:26,347] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-19 18:37:26,605] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-19 18:37:26,845] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-19 18:37:27,073] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-19 18:37:27,298] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-19 18:37:27,522] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-19 18:37:27,748] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-19 18:37:27,976] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-19 18:37:28,206] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-19 18:37:28,430] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-19 18:37:28,652] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-19 18:37:28,880] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-19 18:37:29,109] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-19 18:37:29,365] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-19 18:37:29,587] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-19 18:37:29,811] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-19 18:37:30,038] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-19 18:37:30,278] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-19 18:37:30,524] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-19 18:37:30,752] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.raw.json [2022-11-19 18:37:30,753] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.json [2022-11-19 18:37:30,784] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-19 18:37:30,788] {__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-19 18:37:30,789] {__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-19 18:37:30,791] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-AD.ratings.json [2022-11-19 18:37:30,791] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-19 18:37:30,792] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-19 18:37:30,792] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-NO.ratings.json [2022-11-19 18:37:30,793] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-19 18:37:30,796] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 18:37:30,796] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 18:37:30,797] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 18:37:30,797] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 18:37:30,797] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-19 18:37:30,800] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-19 18:37:30,800] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 18:37:30,801] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-19 18:37:30,801] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-19 19:07:01,807] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-19 19:07:03,829] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.raw.xml [2022-11-19 19:07:03,830] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.json [2022-11-19 19:07:03,834] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 19:07:03,835] {__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-19 19:07:03,841] {__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-19 19:07:03,844] {__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-19 19:07:03,846] {__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-19 19:07:03,847] {__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-19 19:07:03,848] {__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-19 19:07:03,850] {__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-19 19:07:04,023] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-19 19:07:04,138] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-19 19:07:04,142] {__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-19 19:07:04,144] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-19 19:07:04,248] {__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-19 19:07:04,254] {__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-19 19:07:04,255] {__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-19 19:07:04,257] {__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-19 19:07:04,258] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-19 19:07:04,461] {__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-19 19:07:04,711] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-19 19:07:05,491] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-19 19:07:05,953] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-19 19:07:06,467] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-19 19:07:06,928] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-19 19:07:07,432] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-19 19:07:07,849] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-19 19:07:08,333] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-19 19:07:08,754] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-19 19:07:09,517] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-19 19:07:09,938] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-19 19:07:10,374] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-19 19:07:10,868] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-19 19:07:11,369] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-19 19:07:11,835] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-19 19:07:12,373] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-19 19:07:12,939] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-19 19:07:13,489] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-19 19:07:13,992] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-19 19:07:14,431] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-19 19:07:14,935] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-19 19:07:15,394] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-19 19:07:15,797] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-19 19:07:16,154] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-19 19:07:16,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-19 19:07:17,105] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-19 19:07:17,531] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-19 19:07:18,279] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-19 19:07:18,724] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-19 19:07:19,163] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-19 19:07:19,555] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-19 19:07:20,214] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-19 19:07:20,559] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-19 19:07:20,959] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-19 19:07:21,345] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-19 19:07:21,778] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-19 19:07:22,242] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.raw.xml [2022-11-19 19:07:22,264] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.json [2022-11-19 19:07:22,336] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-19 19:07:22,343] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-19 19:07:22,663] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-19 19:07:23,090] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.raw.xml [2022-11-19 19:07:23,091] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-19 19:07:23,104] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 19:07:23,105] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-19 19:07:23,120] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-19 19:07:23,121] {__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-19 19:07:23,122] {__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-19 19:07:23,123] {__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-19 19:07:23,124] {__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-19 19:07:23,125] {__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-19 19:07:23,125] {__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-19 19:07:23,126] {__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-19 19:07:23,127] {__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-19 19:07:23,128] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-19 19:07:23,362] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-19 19:07:23,586] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-19 19:07:23,810] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-19 19:07:24,031] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-19 19:07:24,302] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-19 19:07:24,526] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-19 19:07:24,772] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-19 19:07:24,997] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-19 19:07:25,224] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-19 19:07:25,448] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-19 19:07:25,669] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-19 19:07:25,885] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-19 19:07:26,106] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-19 19:07:26,331] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-19 19:07:26,556] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-19 19:07:26,781] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-19 19:07:27,006] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-19 19:07:27,347] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-19 19:07:27,682] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-19 19:07:27,952] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-19 19:07:28,172] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-19 19:07:28,392] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-19 19:07:28,615] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-19 19:07:28,839] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.raw.json [2022-11-19 19:07:28,840] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.json [2022-11-19 19:07:28,877] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-19 19:07:28,880] {__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-19 19:07:28,882] {__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-19 19:07:28,883] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-AD.ratings.json [2022-11-19 19:07:28,884] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-19 19:07:28,885] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-19 19:07:28,885] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-NO.ratings.json [2022-11-19 19:07:28,886] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-19 19:07:28,890] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 19:07:28,891] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 19:07:28,891] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 19:07:28,892] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 19:07:28,892] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-19 19:07:28,895] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-19 19:07:28,895] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 19:07:28,896] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-19 19:07:28,897] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-19 19:37:02,003] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-19 19:37:02,385] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.raw.xml [2022-11-19 19:37:02,386] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.json [2022-11-19 19:37:02,390] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 19:37:02,391] {__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-19 19:37:02,396] {__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-19 19:37:02,400] {__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-19 19:37:02,402] {__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-19 19:37:02,403] {__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-19 19:37:02,404] {__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-19 19:37:02,405] {__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-19 19:37:02,680] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-19 19:37:02,797] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-19 19:37:02,801] {__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-19 19:37:02,802] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-19 19:37:02,889] {__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-19 19:37:02,894] {__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-19 19:37:02,896] {__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-19 19:37:02,898] {__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-19 19:37:02,898] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-19 19:37:03,128] {__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-19 19:37:03,317] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-19 19:37:03,857] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-19 19:37:04,435] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-19 19:37:04,967] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-19 19:37:05,408] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-19 19:37:05,846] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-19 19:37:06,245] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-19 19:37:06,682] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-19 19:37:07,175] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-19 19:37:07,598] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-19 19:37:08,000] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-19 19:37:08,380] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-19 19:37:08,867] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-19 19:37:09,298] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-19 19:37:09,763] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-19 19:37:10,145] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-19 19:37:10,528] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-19 19:37:10,978] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-19 19:37:11,405] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-19 19:37:11,856] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-19 19:37:12,298] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-19 19:37:12,761] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-19 19:37:13,226] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-19 19:37:13,630] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-19 19:37:14,368] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-19 19:37:14,829] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-19 19:37:15,358] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-19 19:37:15,781] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-19 19:37:16,213] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-19 19:37:16,600] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-19 19:37:17,085] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-19 19:37:17,498] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-19 19:37:17,930] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-19 19:37:18,342] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-19 19:37:18,782] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-19 19:37:19,263] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-19 19:37:19,697] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.raw.xml [2022-11-19 19:37:19,717] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.json [2022-11-19 19:37:19,794] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-19 19:37:19,798] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-19 19:37:20,124] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-19 19:37:20,533] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.raw.xml [2022-11-19 19:37:20,534] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-19 19:37:20,546] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 19:37:20,547] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-19 19:37:20,561] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-19 19:37:20,562] {__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-19 19:37:20,563] {__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-19 19:37:20,564] {__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-19 19:37:20,565] {__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-19 19:37:20,565] {__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-19 19:37:20,566] {__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-19 19:37:20,567] {__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-19 19:37:20,568] {__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-19 19:37:20,569] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-19 19:37:20,795] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-19 19:37:21,010] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-19 19:37:21,234] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-19 19:37:21,458] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-19 19:37:21,687] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-19 19:37:21,950] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-19 19:37:22,201] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-19 19:37:22,453] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-19 19:37:22,705] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-19 19:37:22,936] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-19 19:37:23,165] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-19 19:37:23,393] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-19 19:37:23,620] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-19 19:37:23,846] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-19 19:37:24,068] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-19 19:37:24,357] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-19 19:37:24,582] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-19 19:37:24,807] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-19 19:37:25,031] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-19 19:37:25,249] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-19 19:37:25,470] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-19 19:37:25,701] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-19 19:37:25,931] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-19 19:37:26,161] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.raw.json [2022-11-19 19:37:26,162] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.json [2022-11-19 19:37:26,192] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-19 19:37:26,194] {__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-19 19:37:26,195] {__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-19 19:37:26,197] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-AD.ratings.json [2022-11-19 19:37:26,197] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-19 19:37:26,198] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-19 19:37:26,198] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-NO.ratings.json [2022-11-19 19:37:26,199] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-19 19:37:26,201] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 19:37:26,202] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 19:37:26,203] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 19:37:26,203] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 19:37:26,204] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-19 19:37:26,206] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-19 19:37:26,207] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 19:37:26,207] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-19 19:37:26,208] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-19 20:07:02,037] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-19 20:07:02,430] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.raw.xml [2022-11-19 20:07:02,431] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.json [2022-11-19 20:07:02,436] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 20:07:02,437] {__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-19 20:07:02,443] {__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-19 20:07:02,447] {__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-19 20:07:02,449] {__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-19 20:07:02,450] {__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-19 20:07:02,451] {__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-19 20:07:02,453] {__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-19 20:07:02,595] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-19 20:07:02,712] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-19 20:07:02,716] {__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-19 20:07:02,718] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-19 20:07:02,813] {__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-19 20:07:02,818] {__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-19 20:07:02,819] {__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-19 20:07:02,821] {__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-19 20:07:02,822] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-19 20:07:03,021] {__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-19 20:07:03,208] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-19 20:07:03,929] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-19 20:07:04,513] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-19 20:07:05,034] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-19 20:07:05,613] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-19 20:07:06,073] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-19 20:07:06,484] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-19 20:07:06,927] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-19 20:07:07,376] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-19 20:07:07,797] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-19 20:07:08,313] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-19 20:07:08,772] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-19 20:07:09,195] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-19 20:07:09,646] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-19 20:07:10,265] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-19 20:07:10,689] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-19 20:07:11,149] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-19 20:07:11,637] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-19 20:07:12,014] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-19 20:07:12,499] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-19 20:07:12,950] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-19 20:07:13,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-19 20:07:13,727] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-19 20:07:14,217] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-19 20:07:14,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-19 20:07:16,137] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-19 20:07:16,575] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-19 20:07:17,004] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-19 20:07:17,454] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-19 20:07:17,955] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-19 20:07:18,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-19 20:07:18,820] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-19 20:07:19,237] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-19 20:07:19,629] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-19 20:07:19,999] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-19 20:07:20,461] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-19 20:07:20,797] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.raw.xml [2022-11-19 20:07:20,816] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.json [2022-11-19 20:07:20,885] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-19 20:07:20,890] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-19 20:07:21,185] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-19 20:07:21,754] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.raw.xml [2022-11-19 20:07:21,754] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-19 20:07:21,770] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 20:07:21,771] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-19 20:07:21,780] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-19 20:07:21,781] {__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-19 20:07:21,783] {__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-19 20:07:21,783] {__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-19 20:07:21,784] {__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-19 20:07:21,785] {__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-19 20:07:21,786] {__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-19 20:07:21,787] {__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-19 20:07:21,788] {__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-19 20:07:21,791] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-19 20:07:22,019] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-19 20:07:22,245] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-19 20:07:22,471] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-19 20:07:22,700] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-19 20:07:22,923] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-19 20:07:23,146] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-19 20:07:23,367] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-19 20:07:23,591] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-19 20:07:23,817] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-19 20:07:24,042] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-19 20:07:24,317] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-19 20:07:24,541] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-19 20:07:24,765] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-19 20:07:24,992] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-19 20:07:25,213] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-19 20:07:25,436] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-19 20:07:25,660] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-19 20:07:25,876] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-19 20:07:26,101] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-19 20:07:26,324] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-19 20:07:26,549] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-19 20:07:26,773] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-19 20:07:27,002] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-19 20:07:27,264] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.raw.json [2022-11-19 20:07:27,265] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.json [2022-11-19 20:07:27,305] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-19 20:07:27,308] {__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-19 20:07:27,309] {__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-19 20:07:27,310] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-AD.ratings.json [2022-11-19 20:07:27,311] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-19 20:07:27,311] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-19 20:07:27,312] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-NO.ratings.json [2022-11-19 20:07:27,313] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-19 20:07:27,315] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 20:07:27,316] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 20:07:27,316] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 20:07:27,317] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 20:07:27,317] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-19 20:07:27,319] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-19 20:07:27,320] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 20:07:27,320] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-19 20:07:27,321] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-19 20:37:02,497] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-19 20:37:02,866] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.raw.xml [2022-11-19 20:37:02,868] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.json [2022-11-19 20:37:02,873] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 20:37:02,873] {__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-19 20:37:02,879] {__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-19 20:37:02,882] {__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-19 20:37:02,884] {__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-19 20:37:02,885] {__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-19 20:37:02,886] {__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-19 20:37:02,888] {__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-19 20:37:03,183] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-19 20:37:03,299] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-19 20:37:03,303] {__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-19 20:37:03,305] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-19 20:37:03,426] {__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-19 20:37:03,431] {__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-19 20:37:03,432] {__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-19 20:37:03,434] {__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-19 20:37:03,435] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-19 20:37:03,796] {__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-19 20:37:03,980] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-19 20:37:04,574] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-19 20:37:05,150] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-19 20:37:05,713] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-19 20:37:06,134] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-19 20:37:06,639] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-19 20:37:07,402] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-19 20:37:07,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-19 20:37:08,212] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-19 20:37:08,630] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-19 20:37:08,983] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-19 20:37:09,497] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-19 20:37:10,007] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-19 20:37:10,908] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-19 20:37:11,321] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-19 20:37:11,702] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-19 20:37:12,092] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-19 20:37:12,517] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-19 20:37:12,939] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-19 20:37: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-19 20:37:13,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-19 20:37:14,679] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-19 20:37:15,119] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-19 20:37:15,763] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-19 20:37:16,461] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-19 20:37:16,918] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-19 20:37:17,562] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-19 20:37:18,010] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-19 20:37:18,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-19 20:37:18,929] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-19 20:37:19,374] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-19 20:37:19,743] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-19 20:37:20,365] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-19 20:37:20,824] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-19 20:37:21,288] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-19 20:37:21,682] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-19 20:37:22,254] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.raw.xml [2022-11-19 20:37:22,269] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.json [2022-11-19 20:37:22,344] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-19 20:37:22,348] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-19 20:37:22,637] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-19 20:37:23,042] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.raw.xml [2022-11-19 20:37:23,043] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-19 20:37:23,059] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 20:37:23,061] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-19 20:37:23,067] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-19 20:37:23,068] {__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-19 20:37:23,069] {__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-19 20:37:23,070] {__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-19 20:37:23,071] {__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-19 20:37:23,072] {__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-19 20:37:23,072] {__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-19 20:37:23,073] {__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-19 20:37:23,074] {__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-19 20:37:23,075] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-19 20:37:23,361] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-19 20:37:23,587] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-19 20:37:23,812] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-19 20:37:24,043] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-19 20:37:24,325] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-19 20:37:24,559] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-19 20:37:24,785] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-19 20:37:25,019] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-19 20:37:25,251] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-19 20:37:25,486] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-19 20:37:25,713] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-19 20:37:25,944] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-19 20:37:26,174] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-19 20:37:26,396] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-19 20:37:26,626] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-19 20:37:26,852] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-19 20:37:27,083] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-19 20:37:27,316] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-19 20:37:27,547] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-19 20:37:27,771] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-19 20:37:28,001] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-19 20:37:28,224] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-19 20:37:28,449] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-19 20:37:28,677] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.raw.json [2022-11-19 20:37:28,678] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.json [2022-11-19 20:37:28,713] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-19 20:37:28,716] {__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-19 20:37:28,717] {__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-19 20:37:28,718] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-AD.ratings.json [2022-11-19 20:37:28,720] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-19 20:37:28,720] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-19 20:37:28,720] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-NO.ratings.json [2022-11-19 20:37:28,721] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-19 20:37:28,723] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 20:37:28,724] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 20:37:28,725] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 20:37:28,725] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 20:37:28,726] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-19 20:37:28,728] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-19 20:37:28,729] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 20:37:28,730] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-19 20:37:28,731] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-19 21:07:02,600] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-19 21:07:03,000] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.raw.xml [2022-11-19 21:07:03,002] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.json [2022-11-19 21:07:03,006] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 21:07:03,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 40, in get_bulletins reports.append_raw_data(processor.raw_data_format, processor.raw_data) AttributeError: 'NoneType' object has no attribute 'append_raw_data' [2022-11-19 21:07:03,013] {__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-19 21:07:03,016] {__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-19 21:07:03,018] {__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-19 21:07:03,019] {__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-19 21:07:03,021] {__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-19 21:07:03,022] {__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-19 21:07:03,189] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-19 21:07:03,305] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-19 21:07:03,309] {__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-19 21:07:03,311] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-19 21:07:03,421] {__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-19 21:07:03,426] {__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-19 21:07:03,427] {__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-19 21:07:03,430] {__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-19 21:07:03,430] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-19 21:07:03,764] {__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-19 21:07:03,952] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-19 21:07:04,490] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-19 21:07:05,092] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-19 21:07:05,525] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-19 21:07:05,991] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-19 21:07:06,368] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-19 21:07:06,823] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-19 21:07:07,236] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-19 21:07:07,666] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-19 21:07:08,065] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-19 21:07:08,507] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-19 21:07:09,002] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-19 21:07:09,440] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-19 21:07:09,873] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-19 21:07:10,225] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-19 21:07:10,693] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-19 21:07:11,108] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-19 21:07:11,567] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-19 21:07:12,029] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-19 21:07:12,576] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-19 21:07:13,270] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-19 21:07: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-19 21:07:14,098] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-19 21:07:14,538] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-19 21:07:15,045] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-19 21:07:15,530] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-19 21:07:16,009] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-19 21:07:16,417] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-19 21:07:16,793] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-19 21:07:17,229] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-19 21:07:17,578] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-19 21:07:17,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-19 21:07:18,346] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-19 21:07:18,727] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-19 21:07:19,144] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-19 21:07:19,564] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-19 21:07:19,827] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.raw.xml [2022-11-19 21:07:19,847] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.json [2022-11-19 21:07:19,916] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-19 21:07:19,920] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-19 21:07:20,358] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-19 21:07:20,762] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.raw.xml [2022-11-19 21:07:20,763] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-19 21:07:20,776] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 21:07:20,778] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-19 21:07:20,785] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-19 21:07:20,785] {__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-19 21:07:20,786] {__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-19 21:07:20,787] {__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-19 21:07:20,788] {__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-19 21:07:20,789] {__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-19 21:07:20,789] {__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-19 21:07:20,790] {__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-19 21:07:20,791] {__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-19 21:07:20,792] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-19 21:07:21,022] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-19 21:07:21,247] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-19 21:07:21,475] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-19 21:07:21,698] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-19 21:07:21,921] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-19 21:07:22,138] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-19 21:07:22,368] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-19 21:07:22,596] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-19 21:07:22,825] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-19 21:07:23,055] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-19 21:07:23,286] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-19 21:07:23,527] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-19 21:07:23,750] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-19 21:07:23,980] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-19 21:07:24,212] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-19 21:07:24,564] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-19 21:07:24,791] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-19 21:07:25,024] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-19 21:07:25,256] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-19 21:07:25,482] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-19 21:07:25,719] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-19 21:07:25,935] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-19 21:07:26,168] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-19 21:07:26,433] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.raw.json [2022-11-19 21:07:26,434] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.json [2022-11-19 21:07:26,471] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-19 21:07:26,473] {__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-19 21:07:26,475] {__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-19 21:07:26,476] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-AD.ratings.json [2022-11-19 21:07:26,477] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-19 21:07:26,477] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-19 21:07:26,478] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-NO.ratings.json [2022-11-19 21:07:26,479] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-19 21:07:26,482] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 21:07:26,483] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 21:07:26,483] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 21:07:26,483] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 21:07:26,484] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-19 21:07:26,486] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-19 21:07:26,486] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 21:07:26,486] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-19 21:07:26,487] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-19 21:37:02,304] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-19 21:37:02,690] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.raw.xml [2022-11-19 21:37:02,691] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.json [2022-11-19 21:37:02,695] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 21:37:02,696] {__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-19 21:37:02,702] {__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-19 21:37:02,705] {__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-19 21:37:02,707] {__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-19 21:37:02,708] {__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-19 21:37:02,709] {__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-19 21:37:02,711] {__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-19 21:37:02,907] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-19 21:37:03,024] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-19 21:37:03,028] {__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-19 21:37:03,030] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-19 21:37:03,117] {__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-19 21:37:03,122] {__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-19 21:37:03,123] {__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-19 21:37:03,125] {__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-19 21:37:03,126] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-19 21:37:03,405] {__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-19 21:37:03,621] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-19 21:37:04,066] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-19 21:37:04,564] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-19 21:37:05,382] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-19 21:37:05,806] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-19 21:37:06,278] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-19 21:37:06,786] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-19 21:37:07,184] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-19 21:37:07,665] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-19 21:37:08,159] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-19 21:37:08,594] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-19 21:37:09,061] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-19 21:37:09,469] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-19 21:37:09,939] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-19 21:37:10,432] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-19 21:37:10,832] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-19 21:37:11,323] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-19 21:37:11,750] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-19 21:37:12,205] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-19 21:37:12,778] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-19 21:37:13,240] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-19 21:37:13,634] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-19 21:37:14,118] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-19 21:37:15,617] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-19 21:37:16,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-19 21:37:16,474] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-19 21:37:16,895] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-19 21:37:17,241] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-19 21:37:17,589] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-19 21:37:18,003] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-19 21:37:18,454] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-19 21:37:18,838] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-19 21:37:19,290] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-19 21:37:19,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-19 21:37:20,058] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-19 21:37:20,449] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-19 21:37:20,804] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.raw.xml [2022-11-19 21:37:20,824] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.json [2022-11-19 21:37:20,900] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-19 21:37:20,904] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-19 21:37:21,197] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-19 21:37:21,607] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.raw.xml [2022-11-19 21:37:21,608] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-19 21:37:21,624] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 21:37:21,625] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-19 21:37:21,633] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-19 21:37:21,634] {__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-19 21:37:21,635] {__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-19 21:37:21,635] {__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-19 21:37:21,636] {__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-19 21:37:21,637] {__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-19 21:37:21,638] {__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-19 21:37:21,639] {__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-19 21:37:21,640] {__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-19 21:37:21,641] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-19 21:37:21,869] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-19 21:37:22,106] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-19 21:37:22,329] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-19 21:37:22,576] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-19 21:37:22,811] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-19 21:37:23,057] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-19 21:37:23,278] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-19 21:37:23,610] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-19 21:37:23,839] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-19 21:37:24,064] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-19 21:37:24,390] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-19 21:37:24,618] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-19 21:37:24,850] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-19 21:37:25,082] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-19 21:37:25,296] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-19 21:37:25,523] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-19 21:37:25,747] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-19 21:37:26,010] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-19 21:37:26,231] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-19 21:37:26,495] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-19 21:37:26,716] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-19 21:37:26,940] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-19 21:37:27,165] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-19 21:37:27,410] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.raw.json [2022-11-19 21:37:27,411] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.json [2022-11-19 21:37:27,442] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-19 21:37:27,445] {__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-19 21:37:27,447] {__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-19 21:37:27,449] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-AD.ratings.json [2022-11-19 21:37:27,450] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-19 21:37:27,451] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-19 21:37:27,452] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-NO.ratings.json [2022-11-19 21:37:27,453] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-19 21:37:27,456] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 21:37:27,457] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 21:37:27,457] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 21:37:27,457] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 21:37:27,458] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-19 21:37:27,460] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-19 21:37:27,460] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 21:37:27,461] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-19 21:37:27,461] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-19 22:07:02,013] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-19 22:07:02,409] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.raw.xml [2022-11-19 22:07:02,411] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.json [2022-11-19 22:07:02,418] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 22:07:02,420] {__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-19 22:07:02,428] {__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-19 22:07:02,432] {__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-19 22:07:02,434] {__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-19 22:07:02,435] {__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-19 22: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-19 22: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-19 22:07:02,607] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-19 22:07:02,723] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-19 22:07:02,726] {__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-19 22:07:02,728] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-19 22:07:02,838] {__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-19 22:07:02,843] {__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-19 22:07:02,844] {__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-19 22:07:02,846] {__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-19 22:07:02,847] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-19 22:07:03,067] {__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-19 22:07:03,285] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-19 22:07:03,771] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-19 22:07:04,173] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-19 22:07:04,768] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-19 22:07:05,490] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-19 22:07:05,966] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-19 22:07:06,362] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-19 22:07:07,756] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-19 22:07:08,183] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-19 22:07:08,591] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-19 22:07:09,031] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-19 22:07:09,512] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-19 22:07:09,976] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-19 22:07:10,690] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-19 22:07:11,178] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-19 22:07:12,614] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-19 22:07:13,066] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-19 22:07:13,520] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-19 22:07:13,978] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-19 22:07:14,556] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-19 22:07:14,915] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-19 22:07:15,448] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-19 22:07:15,849] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-19 22:07:16,354] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-19 22:07:16,788] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-19 22:07:17,262] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-19 22:07:17,689] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-19 22:07:18,135] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-19 22:07:18,558] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-19 22:07:18,938] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-19 22:07:19,353] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-19 22:07:19,747] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-19 22:07:20,390] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-19 22:07:20,788] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-19 22:07:21,178] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-19 22:07:21,578] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-19 22:07:22,105] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.raw.xml [2022-11-19 22:07:22,123] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.json [2022-11-19 22:07:22,197] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-19 22:07:22,201] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-19 22:07:22,616] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-19 22:07:23,180] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.raw.xml [2022-11-19 22:07:23,181] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-19 22:07:23,193] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 22:07:23,194] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-19 22:07:23,202] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-19 22:07:23,203] {__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-19 22:07:23,204] {__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-19 22:07:23,205] {__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-19 22:07:23,206] {__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-19 22:07:23,207] {__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-19 22:07:23,208] {__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-19 22:07:23,209] {__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-19 22:07:23,210] {__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-19 22:07:23,211] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-19 22:07:23,675] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-19 22:07:23,950] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-19 22:07:24,252] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-19 22:07:24,613] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-19 22:07:24,837] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-19 22:07:25,139] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-19 22:07:25,369] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-19 22:07:25,608] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-19 22:07:25,837] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-19 22:07:26,058] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-19 22:07:26,292] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-19 22:07:26,527] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-19 22:07:26,758] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-19 22:07:26,978] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-19 22:07:27,205] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-19 22:07:27,431] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-19 22:07:27,665] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-19 22:07:27,958] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-19 22:07:28,180] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-19 22:07:28,413] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-19 22:07:28,639] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-19 22:07:28,867] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-19 22:07:29,092] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-19 22:07:29,318] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.raw.json [2022-11-19 22:07:29,319] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.json [2022-11-19 22:07:29,355] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-19 22:07:29,357] {__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-19 22:07:29,358] {__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-19 22:07:29,360] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-AD.ratings.json [2022-11-19 22:07:29,361] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-19 22:07:29,361] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-19 22:07:29,362] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-NO.ratings.json [2022-11-19 22:07:29,362] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-19 22:07:29,365] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 22:07:29,365] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 22:07:29,366] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 22:07:29,366] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 22:07:29,367] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-19 22:07:29,369] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-19 22:07:29,369] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 22:07:29,369] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-19 22:07:29,370] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-19 22:37:02,528] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-19 22:37:03,371] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.raw.xml [2022-11-19 22:37:03,372] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.json [2022-11-19 22:37:03,376] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 22:37:03,377] {__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-19 22:37:03,383] {__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-19 22:37:03,386] {__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-19 22:37:03,388] {__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-19 22:37:03,389] {__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-19 22:37:03,390] {__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-19 22:37:03,391] {__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-19 22:37:03,643] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-19 22:37:03,760] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-19 22:37:03,765] {__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-19 22:37:03,766] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-19 22:37:03,875] {__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-19 22:37:03,880] {__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-19 22:37:03,881] {__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-19 22:37:03,883] {__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-19 22:37:03,884] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-19 22:37:04,150] {__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-19 22:37:04,404] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-19 22:37:05,075] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-19 22:37:05,687] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-19 22:37:06,338] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-19 22:37:06,893] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-19 22:37:07,295] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-19 22:37:07,834] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-19 22:37:08,320] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-19 22:37:08,829] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-19 22:37:09,291] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-19 22:37:09,715] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-19 22:37:10,152] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-19 22:37:10,662] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-19 22:37:11,107] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-19 22:37:11,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-19 22:37:12,051] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-19 22:37:12,479] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-19 22:37:12,888] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-19 22:37:13,348] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-19 22:37:13,857] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-19 22:37:14,205] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-19 22:37:14,622] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-19 22:37:15,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-19 22:37:15,572] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-19 22:37:16,025] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-19 22:37:16,507] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-19 22:37:16,954] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-19 22:37:17,395] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-19 22:37:17,907] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-19 22:37:18,317] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-19 22:37:18,819] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-19 22:37:19,273] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-19 22:37:19,739] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-19 22:37:20,152] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-19 22:37:20,589] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-19 22:37:21,085] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-19 22:37:21,423] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.raw.xml [2022-11-19 22:37:21,438] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.json [2022-11-19 22:37:21,511] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-19 22:37:21,516] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-19 22:37:21,945] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-19 22:37:22,354] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.raw.xml [2022-11-19 22:37:22,355] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-19 22:37:22,372] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 22:37:22,372] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-19 22:37:22,379] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-19 22:37:22,380] {__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-19 22:37:22,381] {__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-19 22:37:22,382] {__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-19 22:37:22,383] {__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-19 22:37:22,384] {__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-19 22:37:22,384] {__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-19 22:37:22,385] {__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-19 22:37:22,386] {__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-19 22:37:22,387] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-19 22:37:22,675] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-19 22:37:22,901] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-19 22:37:23,130] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-19 22:37:23,363] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-19 22:37:23,591] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-19 22:37:23,846] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-19 22:37:24,077] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-19 22:37:24,370] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-19 22:37:24,603] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-19 22:37:24,828] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-19 22:37:25,051] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-19 22:37:25,280] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-19 22:37:25,511] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-19 22:37:25,738] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-19 22:37:25,959] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-19 22:37:26,187] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-19 22:37:26,416] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-19 22:37:26,670] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-19 22:37:26,886] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-19 22:37:27,118] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-19 22:37:27,340] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-19 22:37:27,565] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-19 22:37:27,785] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-19 22:37:28,018] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.raw.json [2022-11-19 22:37:28,019] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.json [2022-11-19 22:37:28,064] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-19 22:37:28,067] {__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-19 22:37:28,068] {__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-19 22:37:28,071] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-AD.ratings.json [2022-11-19 22:37:28,072] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-19 22:37:28,072] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-19 22:37:28,073] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-NO.ratings.json [2022-11-19 22:37:28,074] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-19 22:37:28,076] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 22:37:28,077] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 22:37:28,077] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 22:37:28,077] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 22:37:28,078] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-19 22:37:28,080] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-19 22:37:28,081] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 22:37:28,082] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-19 22:37:28,082] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-19 23:07:02,347] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-19 23:07:02,737] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.raw.xml [2022-11-19 23:07:02,738] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.json [2022-11-19 23:07:02,743] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 23:07:02,743] {__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-19 23:07:02,749] {__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-19 23:07:02,752] {__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-19 23:07:02,754] {__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-19 23:07:02,755] {__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-19 23:07:02,756] {__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-19 23:07:02,757] {__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-19 23:07:02,930] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-19 23:07:03,046] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-19 23:07:03,050] {__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-19 23:07:03,052] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-19 23:07:03,162] {__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-19 23:07:03,168] {__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-19 23:07:03,170] {__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-19 23:07:03,173] {__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-19 23:07:03,174] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-19 23:07:03,372] {__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-19 23:07:03,589] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-19 23:07:05,327] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-19 23:07:05,826] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-19 23:07:06,378] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-19 23:07:06,774] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-19 23:07:07,180] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-19 23:07:07,689] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-19 23:07:08,402] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-19 23:07:08,831] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=11&report_type=Forecast&report_subtype=BRA [2022-11-19 23:07:09,236] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=07&report_type=Forecast&report_subtype=BRA [2022-11-19 23:07:09,610] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-19 23:07:10,150] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-19 23:07:11,553] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-19 23:07:12,032] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-19 23:07:12,442] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-19 23:07:12,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-19 23:07:13,337] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-19 23:07:13,749] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-19 23:07:14,153] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-19 23:07:14,830] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-19 23:07:15,220] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-19 23:07:15,643] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-19 23:07:16,102] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-19 23:07:16,520] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-19 23:07:17,178] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-19 23:07:17,983] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-19 23:07:18,560] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-19 23:07:18,927] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-19 23:07:19,412] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-19 23:07:19,863] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-19 23:07:20,479] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-19 23:07:21,043] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-19 23:07:21,458] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-19 23:07:22,035] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-19 23:07:22,415] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-19 23:07:22,872] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-19 23:07:24,224] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.raw.xml [2022-11-19 23:07:24,245] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.json [2022-11-19 23:07:24,322] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-19 23:07:24,327] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-19 23:07:24,614] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-19 23:07:25,177] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.raw.xml [2022-11-19 23:07:25,178] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-19 23:07:25,192] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 23:07:25,194] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-19 23:07:25,229] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-19 23:07:25,230] {__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-19 23:07:25,231] {__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-19 23:07:25,232] {__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-19 23:07:25,233] {__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-19 23:07:25,233] {__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-19 23:07:25,234] {__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-19 23:07:25,235] {__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-19 23:07:25,236] {__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-19 23:07:25,237] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-19 23:07:25,519] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-19 23:07:25,747] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-19 23:07:25,974] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-19 23:07:26,197] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-19 23:07:26,421] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-19 23:07:26,649] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-19 23:07:26,882] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-19 23:07:27,118] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-19 23:07:27,349] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-19 23:07:27,583] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-19 23:07:27,816] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-19 23:07:28,047] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-19 23:07:28,280] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-19 23:07:28,509] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-19 23:07:28,743] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-19 23:07:28,972] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-19 23:07:29,198] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-19 23:07:29,432] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-19 23:07:29,661] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-19 23:07:29,893] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-19 23:07:30,124] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-19 23:07:30,349] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-19 23:07:30,576] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-19 23:07:30,803] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.raw.json [2022-11-19 23:07:30,804] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.json [2022-11-19 23:07:30,833] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-19 23:07:30,837] {__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-19 23:07:30,839] {__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-19 23:07:30,840] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-AD.ratings.json [2022-11-19 23:07:30,841] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-19 23:07:30,842] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-19 23:07:30,842] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-NO.ratings.json [2022-11-19 23:07:30,843] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-19 23:07:30,845] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 23:07:30,846] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 23:07:30,846] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 23:07:30,847] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 23:07:30,847] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-19 23:07:30,849] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-19 23:07:30,849] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 23:07:30,850] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-19 23:07:30,850] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json [2022-11-19 23:37:02,612] {processor:48} INFO - Fetching https://www.meteo.ad/xml/neige.xml [2022-11-19 23:37:03,313] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.raw.xml [2022-11-19 23:37:03,313] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.json [2022-11-19 23:37:03,318] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 23:37:03,319] {__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-19 23:37:03,324] {__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-19 23:37:03,327] {__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-19 23:37:03,329] {__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-19 23:37:03,330] {__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-19 23:37:03,331] {__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-19 23:37:03,333] {__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-19 23:37:03,629] {processor_ch:51} INFO - Fetching https://www.slf.ch/avalanche/mobile/bulletin_en.zip [2022-11-19 23:37:03,744] {processor_ch:64} WARNING - Could not locate gk_regions2pdf.txt [2022-11-19 23:37:03,749] {__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-19 23:37:03,750] {processor:48} INFO - Fetching https://www.horskasluzba.cz/cz/avalanche-json [2022-11-19 23:37:03,840] {__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-19 23:37:03,845] {__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-19 23:37:03,846] {__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-19 23:37:03,848] {__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-19 23:37:03,849] {processor:48} INFO - Fetching http://www.aemet.es/xml/montana/p18tarn1.xml [2022-11-19 23:37:04,190] {__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-19 23:37:06,686] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=01&report_type=Forecast&report_subtype=BRA [2022-11-19 23:37:07,439] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=02&report_type=Forecast&report_subtype=BRA [2022-11-19 23:37:07,995] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=03&report_type=Forecast&report_subtype=BRA [2022-11-19 23:37:08,456] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=04&report_type=Forecast&report_subtype=BRA [2022-11-19 23:37:08,886] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=05&report_type=Forecast&report_subtype=BRA [2022-11-19 23:37:09,639] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=06&report_type=Forecast&report_subtype=BRA [2022-11-19 23:37:10,178] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=09&report_type=Forecast&report_subtype=BRA [2022-11-19 23:37:10,830] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=10&report_type=Forecast&report_subtype=BRA [2022-11-19 23:37:11,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-19 23:37:11,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-19 23:37:12,479] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=08&report_type=Forecast&report_subtype=BRA [2022-11-19 23:37:13,135] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=12&report_type=Forecast&report_subtype=BRA [2022-11-19 23:37:13,778] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=14&report_type=Forecast&report_subtype=BRA [2022-11-19 23:37:14,196] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=15&report_type=Forecast&report_subtype=BRA [2022-11-19 23:37:14,835] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=13&report_type=Forecast&report_subtype=BRA [2022-11-19 23:37:15,462] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=16&report_type=Forecast&report_subtype=BRA [2022-11-19 23:37:21,354] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=17&report_type=Forecast&report_subtype=BRA [2022-11-19 23:37:21,849] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=18&report_type=Forecast&report_subtype=BRA [2022-11-19 23:37:22,354] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=19&report_type=Forecast&report_subtype=BRA [2022-11-19 23:37:22,774] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=20&report_type=Forecast&report_subtype=BRA [2022-11-19 23:37:23,182] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=21&report_type=Forecast&report_subtype=BRA [2022-11-19 23:37:24,866] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=22&report_type=Forecast&report_subtype=BRA [2022-11-19 23:37:25,487] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=23&report_type=Forecast&report_subtype=BRA [2022-11-19 23:37:25,922] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=64&report_type=Forecast&report_subtype=BRA [2022-11-19 23:37:26,324] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=65&report_type=Forecast&report_subtype=BRA [2022-11-19 23:37:26,715] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=66&report_type=Forecast&report_subtype=BRA [2022-11-19 23:37:28,136] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=67&report_type=Forecast&report_subtype=BRA [2022-11-19 23:37:28,578] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=68&report_type=Forecast&report_subtype=BRA [2022-11-19 23:37:29,969] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=69&report_type=Forecast&report_subtype=BRA [2022-11-19 23:37:30,407] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=70&report_type=Forecast&report_subtype=BRA [2022-11-19 23:37:30,807] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=72&report_type=Forecast&report_subtype=BRA [2022-11-19 23:37:31,183] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=71&report_type=Forecast&report_subtype=BRA [2022-11-19 23:37:31,783] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=73&report_type=Forecast&report_subtype=BRA [2022-11-19 23:37:32,155] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=74&report_type=Forecast&report_subtype=BRA [2022-11-19 23:37:32,531] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=40&report_type=Forecast&report_subtype=BRA [2022-11-19 23:37:33,279] {processor_fr:53} INFO - Fetching https://rpcache-aa.meteofrance.com/internet2018client/2.0/report?domain=41&report_type=Forecast&report_subtype=BRA [2022-11-19 23:37:33,610] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.raw.xml [2022-11-19 23:37:33,624] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.json [2022-11-19 23:37:33,694] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-19 23:37:33,698] {processor:48} INFO - Fetching https://www.sais.gov.uk/api?action=getForecast [2022-11-19 23:37:33,983] {processor:48} INFO - Fetching https://xmlweather.vedur.is/avalanche?op=xml&type=status&lang=en [2022-11-19 23:37:34,387] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.raw.xml [2022-11-19 23:37:34,387] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.json [2022-11-19 23:37:34,400] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 23:37:34,401] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.json [2022-11-19 23:37:34,414] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-21/2022-11-21-IS.ratings.json [2022-11-19 23:37:34,415] {__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-19 23:37:34,416] {__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-19 23:37:34,417] {__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-19 23:37:34,418] {__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-19 23:37:34,419] {__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-19 23:37:34,419] {__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-19 23:37:34,420] {__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-19 23:37:34,421] {__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-19 23:37:34,422] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3003/2/ [2022-11-19 23:37:34,772] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3006/2/ [2022-11-19 23:37:35,021] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3007/2/ [2022-11-19 23:37:35,248] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3009/2/ [2022-11-19 23:37:35,462] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3010/2/ [2022-11-19 23:37:35,686] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3011/2/ [2022-11-19 23:37:35,910] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3012/2/ [2022-11-19 23:37:36,136] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3013/2/ [2022-11-19 23:37:36,358] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3014/2/ [2022-11-19 23:37:36,580] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3015/2/ [2022-11-19 23:37:36,805] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3016/2/ [2022-11-19 23:37:37,024] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3017/2/ [2022-11-19 23:37:37,244] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3018/2/ [2022-11-19 23:37:37,465] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3022/2/ [2022-11-19 23:37:37,700] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3023/2/ [2022-11-19 23:37:37,929] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3024/2/ [2022-11-19 23:37:38,176] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3027/2/ [2022-11-19 23:37:38,401] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3028/2/ [2022-11-19 23:37:38,633] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3029/2/ [2022-11-19 23:37:38,860] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3031/2/ [2022-11-19 23:37:39,089] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3032/2/ [2022-11-19 23:37:39,321] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3034/2/ [2022-11-19 23:37:39,546] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3035/2/ [2022-11-19 23:37:39,769] {processor:48} INFO - Fetching https://api01.nve.no/hydrology/forecast/avalanche/v6.0.0/api/AvalancheWarningByRegion/Detail/3037/2/ [2022-11-19 23:37:39,998] {__main__:121} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.raw.json [2022-11-19 23:37:39,999] {__main__:131} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.json [2022-11-19 23:37:40,028] {__main__:145} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-19 23:37:40,030] {__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-19 23:37:40,031] {__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-19 23:37:40,033] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-AD.ratings.json [2022-11-19 23:37:40,033] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-FR.ratings.json [2022-11-19 23:37:40,034] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-IS.ratings.json [2022-11-19 23:37:40,034] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18-NO.ratings.json [2022-11-19 23:37:40,035] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-18/2022-11-18.ratings.json [2022-11-19 23:37:40,037] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-AD.ratings.json [2022-11-19 23:37:40,038] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-FR.ratings.json [2022-11-19 23:37:40,039] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-IS.ratings.json [2022-11-19 23:37:40,039] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19-NO.ratings.json [2022-11-19 23:37:40,040] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-19/2022-11-19.ratings.json [2022-11-19 23:37:40,041] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-FR.ratings.json [2022-11-19 23:37:40,042] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-IS.ratings.json [2022-11-19 23:37:40,043] {__main__:186} INFO - Reading /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20-NO.ratings.json [2022-11-19 23:37:40,043] {__main__:196} INFO - Writing /var/www/avalanche.report/albina_neighbors.2022/2022-11-20/2022-11-20.ratings.json