
noreply at mythtv
Apr 9, 2013, 3:23 PM
Post #3 of 3
(27 views)
Permalink
|
|
Re: Ticket #10707: mythweb displays broken links to preview images
[In reply to]
|
|
#10707: mythweb displays broken links to preview images ----------------------------------+-------------------------------- Reporter: brian@… | Owner: kormoc Type: Bug Report - General | Status: infoneeded_new Priority: minor | Milestone: unknown Component: Plugin - MythWeb | Version: 0.25-fixes Severity: medium | Resolution: Keywords: | Ticket locked: 0 ----------------------------------+-------------------------------- Comment (by brian@…): OK. It just happened again. Two episodes which are showing a broken link icon instead of a thumbnail. Looking at what was fetched for one of them: {{{ <a class="x-pixmap" href="http://pvr/mythweb/tv/detail/3093/1365469200" title="Recording Details" ><img src="http://pvr/mythweb/tv/get_pixmap/pvr/3093/1365469200/100/75/-1/3093_20130409010000.mpg.100x75x-1.png" width="100" height="75"></a> }}} and then grepping the access_log for 1365469200: {{{ # grep "1365469200" /var/log/apache2/access.log 1.5.2.1 - - [09/Apr/2013:18:11:54 -0400] "GET /mythweb/tv/get_pixmap/pvr/3093/1365469200/100/75/-1/3093_20130409010000.mpg.100x75x-1.png HTTP/1.1" 200 385 "http://pvr/mythweb/tv/recorded" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.22 (KHTML, like Gecko) Ubuntu Chromium/25.0.1364.160 Chrome/25.0.1364.160 Safari/537.22" 1.5.2.1 - - [09/Apr/2013:18:11:59 -0400] "GET /mythweb/tv/get_pixmap/pvr/3129/1365469200/100/75/-1/3129_20130409010000.mpg.100x75x-1.png HTTP/1.1" 200 384 "http://pvr/mythweb/tv/recorded" "Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.22 (KHTML, like Gecko) Ubuntu Chromium/25.0.1364.160 Chrome/25.0.1364.160 Safari/537.22" }}} So the log doesn't show a 404. And if I refresh the page, the thumbnail will actually draw the second time around. -- Ticket URL: <http://code.mythtv.org/trac/ticket/10707#comment:2> MythTV <http://code.mythtv.org/trac> MythTV Media Center _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-commits
|