Problem Openwebif does not render screenshots

wichurek

Vu+ Newbie
vuduo2 img BH 3 latest
this a log:
Code:
Unhandled Error
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/twisted/protocols/basic.py", line 564, in dataReceived
    why = self.lineReceived(line)
  File "/usr/lib/python2.7/site-packages/twisted/web/http.py", line 1551, in lineReceived
    self.allContentReceived()
  File "/usr/lib/python2.7/site-packages/twisted/web/http.py", line 1618, in allContentReceived
    req.requestReceived(command, path, version)
  File "/usr/lib/python2.7/site-packages/twisted/web/http.py", line 773, in requestReceived
    self.process()
--- <exception caught here> ---
  File "/usr/lib/python2.7/site-packages/twisted/web/server.py", line 132, in process
    self.render(resrc)
  File "/usr/lib/python2.7/site-packages/twisted/web/server.py", line 167, in render
    body = resrc.render(self)
  File "/usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/controllers/models/grab.py", line 86, in render
    request.grab_in_progress = GrabRequest(request, self.session)
  File "/usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/controllers/models/grab.py", line 48, in __init__
    self.container.setBufferSize(32768)
exceptions.AttributeError: 'eConsoleImpl.eConsoleAppContainer' object has no attribute 'setBufferSize'
Unhandled Error
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/twisted/protocols/basic.py", line 564, in dataReceived
    why = self.lineReceived(line)
  File "/usr/lib/python2.7/site-packages/twisted/web/http.py", line 1551, in lineReceived
    self.allContentReceived()
  File "/usr/lib/python2.7/site-packages/twisted/web/http.py", line 1618, in allContentReceived
    req.requestReceived(command, path, version)
  File "/usr/lib/python2.7/site-packages/twisted/web/http.py", line 773, in requestReceived
    self.process()
--- <exception caught here> ---
  File "/usr/lib/python2.7/site-packages/twisted/web/server.py", line 132, in process
    self.render(resrc)
  File "/usr/lib/python2.7/site-packages/twisted/web/server.py", line 167, in render
    body = resrc.render(self)
  File "/usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/controllers/models/grab.py", line 86, in render
    request.grab_in_progress = GrabRequest(request, self.session)
  File "/usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/controllers/models/grab.py", line 48, in __init__
    self.container.setBufferSize(32768)
exceptions.AttributeError: 'eConsoleImpl.eConsoleAppContainer' object has no attribute 'setBufferSize'
nr_read 235 nr_write 336
sum 571 prev_sum 0
hdd was accessed since previous check!
 
Please use the forum search options, as this has been discussed before:
http://www.vuplus-community.net/board/threads/openwebif-screen-grab.33411/

In order to solve this issue, you don´t need the solution presented on the link ( heavy solution ).

You just need " for now ", to replace the "grab.py" file attached, unpack it and by using an ftp tool ( Filezilla, WinScp, VuCC, DCC, etc ), upload it to your STB using BlacKHole 3.0.3P ( at least ), to the correct file location.

Try this grab.py ...

  • Make a copy of the previous one located at:
Code:
/usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/contollers/models

and rename the file as shown on the next screenshot ( per example ).

Upload_1.png

  • Unpack the attached grab.zip file to obtain the desired "grab.py"
  • By Ftp upload the "grab.py" file to the same location:
Code:
/usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/contollers/models

Restart the GUI ( restart enigma2 ), or by using telnet, run the following command:

Code:
killall -9 enigma2

Verify it! By trying to make a screenshot using OpenWebif.

SC_1.jpg



best regards
nunigaia
 

Attachments

Back
Top