screenshot issue

Here the log thats showing when you try take a screenshot via webbrowser in the webif the spinner keeps spinning without a log like this one.

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'
 
On my zero with OBH latest version there is no problem, it just with the BH image were the problem is.
 
just did a update again to the last version from 3.0.3N to P and the screenshot works here again, in the webif and strait in the webbrowser :victory: .
So if someone can confirm this thx
 
poHCowsDj
 
now its not working again on version 3.0.3P, yestherday like you see on the screenshot its was tooked with the 3.0.3P version and now its not working again :oops:
Back to the N version
 
now its not working again on version 3.0.3P, yestherday like you see on the screenshot its was tooked with the 3.0.3P version and now its not working again :oops:
Back to the N version
You made nay update image ?
Or you instal something new ?
 
Yes i did a update from 3.0.3N to P to see of it could work and it did on laptop and smartphone and today nothing very strange.
Via webbrowser ipbox/grab gives the same log like in the second post here above
 
With the Q version still the same problem spinner keeps spinning in the openwebif and via webrowser (ipbox/grab) the same error log
Just let you know guy's ;)
So here back to the N version

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'
 
Back
Top