←  [EN] Enduser support

Forums

»

Error

janejak's Photo janejak 1 Aug 2014

I get a neverending GSOD om my duo after today`s online update

Attached Files

Quote

janejak's Photo janejak 1 Aug 2014

wel i try also file OpenPLi-4.0-beta-vuduo-20140801_usb.zip and it crash it to with crashloop

Attached Files


Edited by janejak, 1 August 2014 - 05:33.
Quote

Pedro_Newbie's Photo Pedro_Newbie 1 Aug 2014

Here also the error on a Solo2
nameservers: [[192, 168, 1, 254], [195, 241, 77, 55], [195, 241, 77, 58]]
read configured interface: {'bnep0': {'dhcp': True}, 'usb0': {'dhcp': False}, 'lo': {'dhcp': False}, 'wlan0': {'dhcp': True}, 'atml0': {'dhcp': True}, 'eth1': {'dhcp': True}, 'eth0': {'dhcp': True}}
self.ifaces after loading: {'eth0': {'preup': False, 'predown': False, 'ip': [192, 168, 1, 53], 'up': True, 'mac': '00:1d:ec:05:26:60', 'dhcp': True, 'bcast': [192, 168, 1, 255], 'netmask': [255, 255, 255, 0], 'gateway': [192, 168, 1, 254]}}
AT plugin not found
Traceback (most recent call last):
  File "/usr/lib/enigma2/python/Tools/BoundFunction.py", line 9, in __call__
    return self.fnc(*self.args + args, **newkwargs)
  File "/usr/lib/enigma2/python/Components/Console.py", line 56, in finishedCB
    self.callbacks[name](data,retval,extra_args)
  File "/usr/lib/enigma2/python/Components/Network.py", line 131, in routeFinished
    self.loadNetworkConfig(iface,callback)
  File "/usr/lib/enigma2/python/Components/Network.py", line 226, in loadNetworkConfig
    self.msgPlugins()
  File "/usr/lib/enigma2/python/Components/Network.py", line 682, in msgPlugins
    p(reason=self.config_ready)
  File "/usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/plugin.py", line 146, in IfUpIfDown
    HttpdStart(global_session)
  File "/usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/httpserver.py", line 125, in HttpdStart
    root = buildRootTree(session)
  File "/usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/httpserver.py", line 49, in buildRootTree
    root = RootController(session)
  File "/usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/controllers/root.py", line 48, in __init__
    self.putChild("bouqueteditor", BQEController(session))
  File "/usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/controllers/BQE.py", line 270, in __init__
    self.putChild('tmp', File('/tmp'))
NameError: global name 'File' is not defined
(PyObject_CallObject(<Tools.BoundFunction.boundFunction instance at 0x16e7440>,(0,)) failed)
getResolvedKey config.plugins.crashlogautosubmit.sendAnonCrashlog failed !! (Typo??)
getResolvedKey config.plugins.crashlogautosubmit.addNetwork failed !! (Typo??)
getResolvedKey config.plugins.crashlogautosubmit.addWlan failed !! (Typo??)
]]>
		</enigma2crashlog>
	</crashlogs>
</openpli>
Quote

WanWizard's Photo WanWizard 1 Aug 2014

Extermal package "BouquetEditor" has introduced this introduced this editor.

 

You can try to login directly after the boot, stop enigma from the commandline, and use opkg to uninstall the package.

Quote

nt11ae's Photo nt11ae 1 Aug 2014

change the line manually self.putChild('tmp', File('/tmp'))

to

self.putChild('tmp', static.File('/tmp'))

in the file "/usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/controllers/BQE.py", line 270

and it will work and dont update until it is fixed.

Quote

zeros's Photo zeros 2 Aug 2014

It helped me to uninstall Openwebif (temporary solution, with ftp delete all the Openwebif folder, until it will fixed).
Quote