DonDavici / DreamPlex

Plex client for Enigma2
73 stars 50 forks source link

Greenscreen nach auspielen Version 2.0.0 #226

Closed sb206 closed 9 years ago

sb206 commented 9 years ago

Hier das Log der Dreambox dazu

<?xml version="1.0" encoding="utf-8"?>

Wed Sep 10 22:51:06 2014 Jun 24 2014 dondavici@gmail.com MetrixHD.ME/skin.xml 2014-06-24 tarball tarball-20140624-0-g114f18a 4.0.0 dm8000 ubi.mtd=root root=ubi0:rootfs rootfstype=ubifs rw console=null debug bmem=102M@154M InfobarMenuActions mainMenu loading mainmenu XML... TimerEdit TimerEditList PluginBrowser PluginBrowser [EPGC] abort non avail viasat reading reused converter! reused converter! reused converter! allocating new converter! allocating new converter! allocating new converter! allocating new converter! [EPGC] nownext finished(1410382263) [EPGC] schedule other finished(1410382264) action -> OkCancelActions ok okbuttonClick stopService [eDVBCAService] free slot 0 demux 3 for service 1:0:19:EF15:421:1:C00000:0:0:0: [eDVBCAService] free service 1:0:19:EF15:421:1:C00000:0:0:0: recheckPMTHAndlers() [TeleText] service stopped [TeleText] send array('B', [1, 0, 0, 0]) decoder state: play, vpid=-1, apid=-1 DEMUX_STOP - pcr - ok DEMUX_STOP - video - ok VIDEO_STOP - ok AUDIO_STOP - ok DEMUX_STOP - audio - ok AUDIO_CONTINUE - ok DEMUX_STOP - ttx - ok start release channel timer allocating new converter! allocating new converter! allocating new converter! allocating new converter! allocating new converter! allocating new converter! allocating new converter! allocating new converter! allocating new converter! allocating new converter! allocating new converter! allocating new converter! allocating new converter! Traceback (most recent call last): File "/usr/lib/enigma2/python/Components/ActionMap.py", line 66, in action return ActionMap.action(self, contexts, action) File "/usr/lib/enigma2/python/Components/ActionMap.py", line 46, in action res = self.actions[action]() File "/usr/lib/enigma2/python/Screens/Menu.py", line 92, in okbuttonClick selection[1]() File "/usr/lib/enigma2/python/Screens/Menu.py", line 47, in **call** self.fnc(*self.args) File "/usr/lib/enigma2/python/Plugins/Extensions/DreamPlex/plugin.py", line 19, in main session.open(DPS_MainMenu) File "/usr/lib/enigma2/python/mytest.py", line 421, in open self.execBegin() File "/usr/lib/enigma2/python/mytest.py", line 319, in execBegin c.execBegin() File "/usr/lib/enigma2/python/Screens/Screen.py", line 93, in execBegin x() File "/usr/lib/enigma2/python/Plugins/Extensions/DreamPlex/DP_MainMenu.py", line 368, in checkSelectionOverride DPS_SystemCheck(self.session).checkForUpdate() File "/usr/lib/enigma2/python/Plugins/Extensions/DreamPlex/DP_SystemCheck.py", line 145, in checkForUpdate conn = httplib.HTTPSConnection("api.github.com",timeout=10, port=443) AttributeError: 'module' object has no attribute 'HTTPSConnection' (PyObject_CallObject(>,('OkCancelActions', 'ok')) failed) ]]>
DonDavici commented 9 years ago

please navigate to systemcheck and install openssl and txtlib. this should solve the problem.

sb206 commented 9 years ago

That is not possible. I can`t open the plugin

stucki commented 9 years ago

Same problem here!

I checked via SSH and see that openssl is installed already. txtlib does not exist as a package on my OpenPli 2.1.

DonDavici commented 9 years ago

use the follwing commands via telnet or ssh...

opkg update; opkg install python-pyopenssl

opkg update; opkg install python-textutils

DonDavici commented 9 years ago

i will make a new version with dependencies

stucki commented 9 years ago

Ah! This does exist :-) I will report back later today if that solves the problem...

DonDavici commented 9 years ago

fixed with 2.0.1 - added dependencies to installer

stucki commented 9 years ago

Thanks! However, there is still another problem which prevents the start. I'll report in a separate issue (see #229).