Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#10238 closed Bug Report - General (Invalid)

GetPreviewImage is checking for recording at wrong start time

Reported by: jk90090@… Owned by: Rob Smith
Priority: minor Milestone: unknown
Component: Plugin - MythWeb Version: Master Head
Severity: medium Keywords: GetPreviewImage MythWeb Preview Images
Cc: Ticket locked: yes

Description

Started noticing that my MythWeb "Recordings" page wasn't showing preview icons. Check the backend log and saw the following sort of errors:

2012-01-03 15:55:44.682301 E [7951/8502] HttpServer82 services/content.cpp:450 (GetPreviewImage?) - GetPreviewImage?: no recording for start time 'Mon Jan 2 12:00:00 2012'

I never have recordings at 2pm, everything generally starts at 8pm and goes until 11pm, the usual TV window. That day specifically I had a recording at 2x @ 8pm, 1x 8:30p, and 1x 10p.

Build is from today's pull (Jan 3rd), though I showed the error back on the 11/21/2011 build I was previously running this morning.

mythbackend version: master [v0.25pre-4001-g8e9d2a0]

Ticket 9977 is similar and but closed as invalid.

More log samples:

2012-01-03 15:55:44.697768 E [7951] HttpServer82 services/content.cpp:450 (GetPreviewImage?) - GetPreviewImage?: no recording for start time 'Mon Jan 2 12:30:00 2012' 2012-01-03 15:55:44.698174 E [7951/8026] HttpServer86 services/content.cpp:450 (GetPreviewImage?) - GetPreviewImage?: no recording for start time 'Mon Jan 2 14:00:00 2012' 2012-01-03 15:55:44.719451 E [7951] HttpServer82 services/content.cpp:450 (GetPreviewImage?) - GetPreviewImage?: no recording for start time 'Mon Jan 2 12:00:00 2012' 2012-01-03 15:55:44.729905 E [7951] HttpServer82 services/content.cpp:450 (GetPreviewImage?) - GetPreviewImage?: no recording for start time 'Sun Jan 1 12:30:00 2012' 2012-01-03 15:55:44.735957 E [7951] HttpServer82 services/content.cpp:450 (GetPreviewImage?) - GetPreviewImage?: no recording for start time 'Sun Jan 1 13:30:00 2012' 2012-01-03 15:55:44.743695 E [7951] HttpServer82 services/content.cpp:450 (GetPreviewImage?) - GetPreviewImage?: no recording for start time 'Fri Dec 30 12:00:00 2011' 2012-01-03 15:55:44.746811 E [7951] HttpServer82 services/content.cpp:450 (GetPreviewImage?) - GetPreviewImage?: no recording for start time 'Sat Dec 31 12:00:00 2011'

Change History (4)

comment:1 Changed 12 years ago by robertm

Resolution: Invalid
Status: newclosed

Your mythweb, and/or your MythTv?, are out of date. You need to update both.

comment:2 Changed 12 years ago by jk90090@…

As mentioned in the description, I did an update (manual gentoo ebuild) yesterday before submitting the ticket. MythTV build is from mythtv-0.25_pre20120103.tar.gz . MythWeb is www-apps/mythweb-0.25_pre20111115, also pulling in from the manual ebuild.

I just depcleaned the mythtv and mythweb packages and doublecheck the following do not exist:

/usr/include/mythtv/ /usr/share/mythtv/ /usr/bin/myth* /usr/lib/libmyth /usr/lib/mythtv/

Re-emerged both, same issue.

comment:3 Changed 12 years ago by jk90090@…

I also ensured that /var/www/localhost/htdocs/mythweb/ was removed by the depclean.

comment:4 Changed 12 years ago by robertm

Ticket locked: set

You have something out of date, please ask for help on the users mailing list. Both the services API and MythWeb have been modified to require UTC time, so either your PHP bindings, your mythtv, or your mythweb is out of date.

Note: See TracTickets for help on using tickets.