Describe the bug
If an error fetching AlertHeadlines is caught while fetching for all locations, the generation of a BERecord fails with an empty record.
To Reproduce
Steps to reproduce the behavior:
- Either change locations or create an alert that will be caught by a BERecord
- Add a location that won't be affected, or otherwise does not return any data
- Observe no BERecord sent, and the temp file being empty.
Expected behavior
BERecord skips over errored area and creates successfully
Log File
Successful BERecord Pull:
05/14/2025 11:53:02 [INFO] Checking for new alerts..
05/14/2025 11:53:02 [DEBUG] Pulled location USWI0455 from locations cache.
05/14/2025 11:53:02 [DEBUG] Downloading AlertHeadlines for location USWI0455
05/14/2025 11:53:02 [DEBUG] https://api.weather.com/v3/alerts/headlines?geocode=43.04,-87.91&format=json&language=en-US&apiKey=...
05/14/2025 11:53:02 [DEBUG] OK
05/14/2025 11:53:02 [DEBUG] Pulled location USWI0575 from locations cache.
05/14/2025 11:53:02 [DEBUG] Downloading AlertHeadlines for location USWI0575
05/14/2025 11:53:02 [DEBUG] https://api.weather.com/v3/alerts/headlines?geocode=42.73,-87.79&format=json&language=en-US&apiKey=...
05/14/2025 11:53:03 [DEBUG] OK
05/14/2025 11:53:03 [DEBUG] Pulled location USWI0777 from locations cache.
05/14/2025 11:53:03 [DEBUG] Downloading AlertHeadlines for location USWI0777
05/14/2025 11:53:03 [DEBUG] https://api.weather.com/v3/alerts/headlines?geocode=43.02,-88.01&format=json&language=en-US&apiKey=...
05/14/2025 11:53:03 [DEBUG] OK
05/14/2025 11:53:03 [DEBUG] Pulled location USWI0775 from locations cache.
05/14/2025 11:53:03 [DEBUG] Downloading AlertHeadlines for location USWI0775
05/14/2025 11:53:03 [DEBUG] https://api.weather.com/v3/alerts/headlines?geocode=43.13,-87.93&format=json&language=en-US&apiKey=...
05/14/2025 11:53:04 [DEBUG] OK
05/14/2025 11:53:04 [DEBUG] Pulled location USWI0455 from locations cache.
05/14/2025 11:53:04 [DEBUG] Downloading AlertHeadlines for location USWI0455
05/14/2025 11:53:04 [DEBUG] https://api.weather.com/v3/alerts/headlines?geocode=43.04,-87.91&format=json&language=en-US&apiKey=...
05/14/2025 11:53:04 [DEBUG] OK
05/14/2025 11:53:04 [DEBUG] https://api.weather.com/v3/alerts/detail?alertId=33b183d4-47ec-3b5f-93a6-90bd7d1fb67a&format=json&language=en-US&apiKey=...
05/14/2025 11:53:04 [DEBUG] OK
05/14/2025 11:53:04 [DEBUG] https://api.weather.com/v3/alerts/detail?alertId=ed7a4e09-5f93-3e60-9b41-a6d9bf37051f&format=json&language=en-US&apiKey=...
05/14/2025 11:53:04 [DEBUG] OK
05/14/2025 11:53:04 [DEBUG] https://api.weather.com/v3/alerts/detail?alertId=33b183d4-47ec-3b5f-93a6-90bd7d1fb67a&format=json&language=en-US&apiKey=...
05/14/2025 11:53:04 [DEBUG] OK
05/14/2025 11:53:05 [DEBUG] https://api.weather.com/v3/alerts/detail?alertId=203d463e-e4cd-3f14-8dd9-3147c8f9c7cd&format=json&language=en-US&apiKey=...
05/14/2025 11:53:05 [DEBUG] OK
05/14/2025 11:53:05 [DEBUG] https://api.weather.com/v3/alerts/detail?alertId=33b183d4-47ec-3b5f-93a6-90bd7d1fb67a&format=json&language=en-US&apiKey=...
05/14/2025 11:53:05 [DEBUG] OK
05/14/2025 11:53:05 [INFO] Sending new file
Command: storeData(QGROUP=__BERecord__,Feed=BERecord)
FileName: C:\MistWX-i2ME-Local\temp\f3309a2b-f4d5-4a25-8221-76684d4f7ab9.i2m
Errored pull:
05/14/2025 11:55:37 [INFO] Checking for new alerts..
05/14/2025 11:55:37 [DEBUG] Pulled location USWI0455 from locations cache.
05/14/2025 11:55:37 [DEBUG] Downloading AlertHeadlines for location USWI0455
05/14/2025 11:55:37 [DEBUG] https://api.weather.com/v3/alerts/headlines?geocode=43.04,-87.91&format=json&language=en-US&apiKey=...
05/14/2025 11:55:37 [DEBUG] OK
05/14/2025 11:55:37 [DEBUG] Pulled location USWI0575 from locations cache.
05/14/2025 11:55:37 [DEBUG] Downloading AlertHeadlines for location USWI0575
05/14/2025 11:55:37 [DEBUG] https://api.weather.com/v3/alerts/headlines?geocode=42.73,-87.79&format=json&language=en-US&apiKey=...
05/14/2025 11:55:37 [DEBUG] OK
05/14/2025 11:55:37 [DEBUG] Pulled location USWI0346 from locations cache.
05/14/2025 11:55:37 [DEBUG] Downloading AlertHeadlines for location USWI0346
05/14/2025 11:55:37 [DEBUG] https://api.weather.com/v3/alerts/headlines?geocode=42.69,-89.02&format=json&language=en-US&apiKey=...
05/14/2025 11:55:37 [DEBUG] NoContent
05/14/2025 11:55:37 [WARN] AlertHeadlines returned no data for location USWI0346.
05/14/2025 11:55:37 [DEBUG] Pulled location USWI0733 from locations cache.
05/14/2025 11:55:37 [DEBUG] Downloading AlertHeadlines for location USWI0733
05/14/2025 11:55:37 [DEBUG] https://api.weather.com/v3/alerts/headlines?geocode=43.41,-88.18&format=json&language=en-US&apiKey=...
05/14/2025 11:55:37 [DEBUG] NoContent
05/14/2025 11:55:37 [WARN] AlertHeadlines returned no data for location USWI0733.
05/14/2025 11:55:37 [DEBUG] Pulled location USWI0237 from locations cache.
05/14/2025 11:55:37 [DEBUG] Downloading AlertHeadlines for location USWI0237
05/14/2025 11:55:37 [DEBUG] https://api.weather.com/v3/alerts/headlines?geocode=43.38,-89.05&format=json&language=en-US&apiKey=...
05/14/2025 11:55:37 [DEBUG] NoContent
05/14/2025 11:55:37 [WARN] AlertHeadlines returned no data for location USWI0237.
05/14/2025 11:55:37 [DEBUG] Pulled location USWI0380 from locations cache.
05/14/2025 11:55:37 [DEBUG] Downloading AlertHeadlines for location USWI0380
05/14/2025 11:55:37 [DEBUG] https://api.weather.com/v3/alerts/headlines?geocode=43.08,-88.91&format=json&language=en-US&apiKey=...
05/14/2025 11:55:37 [DEBUG] NoContent
05/14/2025 11:55:37 [WARN] AlertHeadlines returned no data for location USWI0380.
05/14/2025 11:55:37 [DEBUG] Pulled location USWI0777 from locations cache.
05/14/2025 11:55:37 [DEBUG] Downloading AlertHeadlines for location USWI0777
05/14/2025 11:55:37 [DEBUG] https://api.weather.com/v3/alerts/headlines?geocode=43.02,-88.01&format=json&language=en-US&apiKey=...
05/14/2025 11:55:37 [DEBUG] OK
05/14/2025 11:55:37 [DEBUG] Pulled location USWI0775 from locations cache.
05/14/2025 11:55:37 [DEBUG] Downloading AlertHeadlines for location USWI0775
05/14/2025 11:55:37 [DEBUG] https://api.weather.com/v3/alerts/headlines?geocode=43.13,-87.93&format=json&language=en-US&apiKey=...
05/14/2025 11:55:37 [DEBUG] OK
05/14/2025 11:55:38 [DEBUG] Pulled location USWI0441 from locations cache.
05/14/2025 11:55:38 [DEBUG] Downloading AlertHeadlines for location USWI0441
05/14/2025 11:55:38 [DEBUG] https://api.weather.com/v3/alerts/headlines?geocode=43.17,-88.1&format=json&language=en-US&apiKey=...
05/14/2025 11:55:38 [DEBUG] NoContent
05/14/2025 11:55:38 [WARN] AlertHeadlines returned no data for location USWI0441.
05/14/2025 11:55:38 [DEBUG] Pulled location USWI0723 from locations cache.
05/14/2025 11:55:38 [DEBUG] Downloading AlertHeadlines for location USWI0723
05/14/2025 11:55:38 [DEBUG] https://api.weather.com/v3/alerts/headlines?geocode=43.01,-88.23&format=json&language=en-US&apiKey=...
05/14/2025 11:55:38 [DEBUG] NoContent
05/14/2025 11:55:38 [WARN] AlertHeadlines returned no data for location USWI0723.
05/14/2025 11:55:38 [DEBUG] Pulled location USWI0455 from locations cache.
05/14/2025 11:55:38 [DEBUG] Downloading AlertHeadlines for location USWI0455
05/14/2025 11:55:38 [DEBUG] https://api.weather.com/v3/alerts/headlines?geocode=43.04,-87.91&format=json&language=en-US&apiKey=...
05/14/2025 11:55:38 [DEBUG] OK
05/14/2025 11:55:38 [DEBUG] https://api.weather.com/v3/alerts/detail?alertId=33b183d4-47ec-3b5f-93a6-90bd7d1fb67a&format=json&language=en-US&apiKey=...
05/14/2025 11:55:38 [DEBUG] OK
05/14/2025 11:55:38 [DEBUG] https://api.weather.com/v3/alerts/detail?alertId=ed7a4e09-5f93-3e60-9b41-a6d9bf37051f&format=json&language=en-US&apiKey=...
05/14/2025 11:55:38 [DEBUG] OK
05/14/2025 11:55:38 [DEBUG] https://api.weather.com/v3/alerts/detail?alertId=33b183d4-47ec-3b5f-93a6-90bd7d1fb67a&format=json&language=en-US&apiKey=...
05/14/2025 11:55:38 [DEBUG] OK
05/14/2025 11:55:38 [DEBUG] https://api.weather.com/v3/alerts/detail?alertId=203d463e-e4cd-3f14-8dd9-3147c8f9c7cd&format=json&language=en-US&apiKey=...
05/14/2025 11:55:38 [DEBUG] OK
05/14/2025 11:55:38 [DEBUG] https://api.weather.com/v3/alerts/detail?alertId=33b183d4-47ec-3b5f-93a6-90bd7d1fb67a&format=json&language=en-US&apiKey=...
05/14/2025 11:55:38 [DEBUG] OK
05/14/2025 11:55:38 [INFO] Sending new file
Command: storeData(QGROUP=__BERecord__,Feed=BERecord)
FileName: C:\MistWX-i2ME-Local\temp\f00511ae-6393-4add-b9bc-a7501507293d.i2m
System Information (please complete the following information):
Additional context
Tested error by removing erroring locations from MachineProductCfg and watching error clear.
Describe the bug
If an error fetching AlertHeadlines is caught while fetching for all locations, the generation of a BERecord fails with an empty record.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
BERecord skips over errored area and creates successfully
Log File
Successful BERecord Pull:
Errored pull:
System Information (please complete the following information):
Additional context
Tested error by removing erroring locations from MachineProductCfg and watching error clear.