[mythtv-commits] Ticket #3217: Mythweb writes 0 size png thumbnails files in data/cache directory
MythTV
mythtv at cvs.mythtv.org
Sun Jan 6 14:40:50 UTC 2008
#3217: Mythweb writes 0 size png thumbnails files in data/cache directory
-----------------------+----------------------------------------------------
Reporter: anonymous | Owner: stuartm
Type: defect | Status: new
Priority: minor | Milestone: 0.21
Component: upnp | Version: head
Severity: low | Resolution:
Mlocked: 0 |
-----------------------+----------------------------------------------------
Comment(by anonymous):
Here's what I get when I use wget against my slave backend (which has the
recordings in question):
{{{
2008-01-06 09:34:31.687 Using runtime prefix = /usr/local
2008-01-06 09:34:31.707 Empty LocalHostName.
2008-01-06 09:34:31.708 Using localhost value of proteus
2008-01-06 09:34:31.713 Testing network connectivity to mars
2008-01-06 09:34:31.976 New DB connection, total: 1
2008-01-06 09:34:32.032 Connected to database 'mythconverg' at host: mars
2008-01-06 09:34:32.042 Closing DB connection named 'DBManager0'
2008-01-06 09:34:32.045 Connected to database 'mythconverg' at host: mars
2008-01-06 09:34:32.048 Current Schema Version: 1205
2008-01-06 09:34:32.053 New DB connection, total: 2
2008-01-06 09:34:32.056 Connected to database 'mythconverg' at host: mars
2008-01-06 09:34:32.663 AFD: Opened codec 0x829e0b0, id(MPEG2VIDEO)
type(Video)
2008-01-06 09:34:32.667 AFD: Opened codec 0x829e530, id(MP2) type(Audio)
2008-01-06 09:34:33.278 Preview: Grabbed preview
'/mythtv/recordings/2170_20071228100000.mpg' 720x480 at 79s
2008-01-06 09:34:33.559 HTTPRequest::SendResponse( File ) :200 OK ->
192.168.1.39:
2008-01-06 09:34:33.559 SendResponseFile (
/mythtv/recordings/2170_20071228100000.mpg.100x0x79.png )
2008-01-06 09:34:33.563 SendResponseFile(
/mythtv/recordings/2170_20071228100000.mpg.100x0x79.png ) Error: 75 [Value
too large for defined data type]
2008-01-06 09:34:33.566 HttpWorkerThread::ProcessWork socket(27) - Error
returned from SendResponse... Closing connection
2008-01-06 09:34:34.571 MythXML::ProcessRequest: GetPreviewImage : GET
/Myth/GetPreviewImage?ChanId=2170&StartTime=2007-12-28T10:00:00&Height=0&Width=100&SecsIn=79
HTTP/1.0
}}}
This is with -v upnp on, and running wget as follows:
{{{
wget
'http://192.168.1.48:6544/Myth/GetPreviewImage?ChanId=2170&StartTime=2007-12-28T10:00:00&Height=0&Width=100&SecsIn=79'
-O file.png
}}}
Same behavior happens if I specify the width as 160 and height as 100. The
previews are getting made, they're just not getting transferred over to
mythweb.
I know I'm not running the latest SVN (I'm running 15290), but hopefully
it will help.
--
Ticket URL: <http://svn.mythtv.org/trac/ticket/3217#comment:23>
MythTV <http://svn.mythtv.org/trac>
MythTV
More information about the mythtv-commits
mailing list