opened 10:55PM - 06 Nov 24 UTC
Hey, I'm quite suddenly seeing this error:
```
2024-11-06 17:47:24 Initializ…e XML File
2024-11-06 17:47:24 Run channels to load self.channel_list
2024-11-06 17:47:24 New token for local generated at 2024-11-06 22:47.24 +0000
2024-11-06 17:47:33 Day One Initialization of EPG data
2024-11-06 17:47:33 Retrieving local EPG data for 2024-11-06 through 2024-11-06
2024-11-06 17:47:54 Continuing to retrive local EPG data....Elapsed time: 20.97 seconds. 150 Channels parsed
2024-11-06 17:47:23 Traceback (most recent call last):
2024-11-06 17:47:23 File "/app/pywsgi.py", line 271, in <module>
2024-11-06 17:47:23 error = providers[provider].create_xml_file(code)
2024-11-06 17:47:23 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-11-06 17:47:23 File "/app/plex.py", line 571, in create_xml_file
2024-11-06 17:47:23 error_code = self.update_epg(country_code)
2024-11-06 17:47:23 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-11-06 17:47:23 File "/app/plex.py", line 444, in update_epg
2024-11-06 17:47:23 error = self.read_epg_from_api(start_datetime, start_datetime, 0, id_values, country_code)
2024-11-06 17:47:23 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-11-06 17:47:23 File "/app/plex.py", line 373, in read_epg_from_api
2024-11-06 17:47:23 resp_metadata.update({"Metadata": resp["MediaContainer"]["Metadata"],
2024-11-06 17:47:23 ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
2024-11-06 17:47:23 KeyError: 'Metadata'
2024-11-06 17:48:06 Traceback (most recent call last):
2024-11-06 17:48:06 File "/app/pywsgi.py", line 271, in <module>
2024-11-06 17:48:06 error = providers[provider].create_xml_file(code)
2024-11-06 17:48:06 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-11-06 17:48:06 File "/app/plex.py", line 571, in create_xml_file
2024-11-06 17:48:06 error_code = self.update_epg(country_code)
2024-11-06 17:48:06 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-11-06 17:48:06 File "/app/plex.py", line 444, in update_epg
2024-11-06 17:48:06 error = self.read_epg_from_api(start_datetime, start_datetime, 0, id_values, country_code)
2024-11-06 17:48:06 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-11-06 17:48:06 File "/app/plex.py", line 373, in read_epg_from_api
2024-11-06 17:48:06 resp_metadata.update({"Metadata": resp["MediaContainer"]["Metadata"],
2024-11-06 17:48:06 ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
2024-11-06 17:48:06 KeyError: 'Metadata'
```
Rebuilt the container and got the same result. It basically keeps looping doing this.