openwebif screen grab

hall9000

Vu+ User
impossible !!

192.168.xxx.xxx/grab

If i type ...../grab appear this:

web.Server Traceback (most recent call last):

<type 'exceptions.AttributeError'>: 'eConsoleImpl.eConsoleAppContainer' object has no attribute 'setBufferSize'

/usr/lib/python2.7/site-packages/twisted/web/server.py, line 132 in process
130 try:
131 resrc = self.site.getResourceFor(self)
132 self.render(resrc)
133 except:
/usr/lib/python2.7/site-packages/twisted/web/server.py, line 167 in render
165 """
166 try:
167 body = resrc.render(self)
168 except UnsupportedMethod, e:
/usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/controllers/models/grab.py, line 86 in render
84 # Add a reference to the grabber to the Request object. This keeps
85 # the object alive at least until the request finishes
86 request.grab_in_progress = GrabRequest(request, self.session)
87 return server.NOT_DONE_YET
/usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/controllers/models/grab.py, line 48 in __init__
46 self.container.appClosed.append(self.grabFinished)
47 self.container.stdoutAvail.append(request.write)
48 self.container.setBufferSize(32768)
49 self.container.execute(GRAB_PATH, *graboptions)
<type 'exceptions.AttributeError'>: 'eConsoleImpl.eConsoleAppContainer' object has no attribute 'setBufferSize'
 

Matrix10

Administrator
Im using telnet for grab.
Probably a problem in webif for grab , we have the security update for the openwebif
Which is updated for security.

My advise use the latest O version BH image.
 
Last edited:

hall9000

Vu+ User
Strange because with the previous version everything was fine.
Also, with OBH 0.6 and OBH 1.0 everything works.

Hall
 

Matrix10

Administrator
What do you mean strange ?

I wrote that openwebif was upgraded for security reasons in BH Version O
And that's probably the reason why Grab does not work.
Will it be corrected?
I do not know .

My advise use the latest O version BH image for security reasons.
 
Top