Screenshot plugin view problem

lisas4567

Member
May 25, 2018
773
0
16
Hello..
Just noticed that my screenshot plugin is not showing anything in the screenshots window. It begins the process normally, but in the end it produces partial screenshots.
See attached file pngoutput to understand what it is producing.
I noticed that I had the setting to output type to png. It worked fine when I changed the output type to jpg.
Attachment jpgoutput shows the result when setting is set to jpg
HOWEVER, when I click save, the saved file is correct in both cases. So the problem is only the view in screenshots window.
I tried with ie10, and latest versions of firefox and chrome, same result.
Is it something I am missing from my installation, or it is simply a bug?
My installation is an ubuntu server 12.04, 64bit and I am using rtorrent/libtorrent 0.8.9/0.12.9 with latest svn version for rutorrent.
Cheers!
 

lisas4567

Member
May 25, 2018
773
0
16
Just checked but unfortunately I see nothing in apache2 error log.
Anyways, not a big deal, since I can always use jpg as output, plus the saved file is correct, only the view has a problem
Thanks anyway!

P.S.: a bit offtopic:
The only thing referring to rutorrent is this(just posting to help you in case it reports some kind of bug - otherwise ignore it):
Quote
PHP Notice: Undefined offset: 3 in /var/www/svn/rutorrent/plugins/extratio/rules.php on line 197,​

Lines 196-198 in rules.php:
Code:
196 $ratio = 'rat_'.$matches[1];
197 $throttle = $req->val[$ndx*4+3];
198 $rule = $this->getRule( $label, null );