K-vanc / Tempest-EPG-Generator

The fastest XMLTV formatted EPG Generator with GUI and the lowest memory usage
https://hub.docker.com/r/kvanc/tempest_epg
Other
100 stars 17 forks source link

Tivo giving 500 errors #122

Closed stuckinthe closed 1 month ago

stuckinthe commented 1 month ago

I'm using the latest version of tempest.php and I started seeing 500 errors in the log for all the USA tivo channels.

K-vanc commented 1 month ago

Hi @stuckinthe ;

http 500 error means internal server error. This is not related with Tempest or siteconfig but related with website as it cannot reply your request due to some issue on server side.

if you google error codes, you can easily find this;

image

I randomly test some channels and it is working;

image

So probably, the data which you have requested is corrupted. This can be related with data of some channels with different regions or data of some further dates as I requested only 1 day data.

There is nothing to do except waiting website to fix that issue or corrupted portion passes. I know another websites on my daily grab routine as 2-3 times a year same issue happening. They both using json response and some wrong entry is breaking json structure. When server cannot parse json, it stops responding. It is not working for 2 days and when corrupted data part passes, server starts working again