tellytv / telly

An IPTV proxy
MIT License
757 stars 104 forks source link

Error if SchedulesDirect date field has unexpected value #190

Open sscraggles opened 5 years ago

sscraggles commented 5 years ago
time="2018-09-06T20:22:12Z" level=info msg="Loading M3U from http://api.vaders.tv/vget?username=REDACTED&password=REDACTED&vod=false&format=ts"
time="2018-09-06T20:22:14Z" level=info msg="Loading XMLTV from http://vaders.tv/p2.xml.gz"
time="2018-09-06T20:22:15Z" level=info msg="File (http://vaders.tv/p2.xml.gz) is gzipp'ed, ungzipping now, this might take a while"
time="2018-09-06T20:22:28Z" level=info msg="Requesting guide data for 20529 programs from Schedules Direct"
time="2018-09-06T20:22:28Z" level=info msg="Making 5 requests to Schedules Direct for program information, this might take a while"
time="2018-09-06T20:22:49Z" level=error msg="Error when getting more program details from Schedules Direct" error="schedulesdirect.Date should be a time, error value is: 2013\",\"dur"
time="2018-09-06T20:22:49Z" level=error msg="error when parsing EPG" error="schedulesdirect.Date should be a time, error value is: 2013\",\"dur"
time="2018-09-06T20:22:49Z" level=error msg="error when preparing provider" error="schedulesdirect.Date should be a time, error value is: 2013\",\"dur"
time="2018-09-06T20:22:49Z" level=error msg="error when processing provider" error="schedulesdirect.Date should be a time, error value is: 2013\",\"dur"
time="2018-09-06T20:22:49Z" level=debug msg="creating device xml"
time="2018-09-06T20:22:49Z" level=debug msg="creating webserver routes"
[GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production.
 - using env:   export GIN_MODE=release
 - using code:  gin.SetMode(gin.ReleaseMode)
chazlarson commented 5 years ago

What version of telly?

robbiet480 commented 5 years ago

@chazlarson this is current dev branch, can tell based on log lines

sscraggles commented 5 years ago

Yes, sorry. Its Docker image: tellytv/telly:dev-ffmpeg, pulled just before posting

Doesn't show any version though..

~ # /app --version
telly, version  (branch: , revision: )
  build user:       
  build date:       
  go version:       go1.11
stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.