Try clicking a channel name in the bouquet list. It just worked for me (and there is a tooltip help supporting this).
Edited by macnuts, 3 April 2014 - 07:02.
Posted 5 April 2014 - 02:02
Hello and a very advice please I have a DM7025 latest version openpli where the problem might be that I'm on my third night spent too much, and thank you very much for the advice.
web.Server Traceback (most recent call last):
<type 'exceptions.AttributeError'>: 'module' object has no attribute 'ErrorPage'
<type 'exceptions.AttributeError'>: 'module' object has no attribute 'ErrorPage'
Posted 5 April 2014 - 11:13
That problem is related to outdated software components.<type 'exceptions.AttributeError'>: 'module' object has no attribute 'ErrorPage'
<type 'exceptions.AttributeError'>: 'module' object has no attribute 'ErrorPage'
Posted 19 April 2014 - 15:43
very nice interface , but i think it will be good to add some items to become the best one:
1- a button for streaming of current chanel
2- chanel info and epg for current playing chanel on top of page
3- WEB-X-TV because scrolling between chanells by clicking the name sucks! it would be the best to simulate the switching forward and backward in chanel list like the we do with remote
4- ability to stream only sound (apid and vpid separately)
Posted 26 April 2014 - 19:38
Mijn schotel is een T90 met 10 LNB's. Daarnaast voor de fun nog een draaibaar systeem met een Triax TD 78.
Dreamboxen heb ik niet meer echt actief. Verder heb ik ook nog een een VU+ duo2 met 500Gb harddisk + een VU+ Uno, Zero, Solo 4K, Ultimo 4K, Zero 4K, Uno 4Kse. + ook nog een Xtrend ET7x00. Daarnaast heb ik ook nog diverse andere modellen w.o. een Formuler F4, ET8500, ET7500, Mut@nt 2400HD, Xsarius Fusion HD se en verder nog wel het e.e.a. waarmee op verzoek vanalles wordt getest. Iemand moet het tenslotte doen.
Los van de eerder genoemde modellen heb ik nog wel een rits aan testsamples als Mut@nt 2400HD, HD60, GB UE4K, GB Trio4K, Maxitec Multibox combo en Twin, Octagon sf8008, sf8008 mini en last but nog least enkele modellen van het Grieks Duitse Edision.
Voor centrale opslag van media gebruik ik een Qnap 219P met tweemaal 2 Tb harddisks + een Synology DS414 met 12 Tb Totale opslag.
-------------------------------------------------------------------------------------------
Many answers to your question can be found in our wiki: Just one click away from this "solutioncentre".
Als ik alles al wist hoefde ik ook niets te vragen. If I had all the knowledge I had no questions at all.
Posted 25 May 2014 - 08:42
[OpenWebif] started on 80 Traceback (most recent call last): File "/usr/lib/enigma2/python/Tools/BoundFunction.py", line 9, in __call__ File "/usr/lib/enigma2/python/Components/Console.py", line 56, in finishedCB File "/usr/lib/enigma2/python/Components/Network.py", line 131, in routeFinished File "/usr/lib/enigma2/python/Components/Network.py", line 226, in loadNetworkConfig File "/usr/lib/enigma2/python/Components/Network.py", line 682, in msgPlugins File "/usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/plugin.py", line 145, in IfUpIfDown HttpdStart(global_session) File "/usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/httpserver.py", line 154, in HttpdStart context = ssl.DefaultOpenSSLContextFactory(KEY_FILE, CERT_FILE) File "/usr/lib/python2.7/site-packages/twisted/internet/ssl.py", line 68, in __init__ File "/usr/lib/python2.7/site-packages/twisted/internet/ssl.py", line 77, in cacheContext OpenSSL.SSL.Error: [('PEM routines', 'PEM_read_bio', 'no start line'), ('SSL routines', 'SSL_CTX_use_certificate_file', 'PEM lib')] (PyObject_CallObject(<Tools.BoundFunction.boundFunction instance at 0x16f3c88>,(0,)) failed) getResolvedKey config.plugins.crashlogautosubmit.sendAnonCrashlog failed !! (Typo??) getResolvedKey config.plugins.crashlogautosubmit.addNetwork failed !! (Typo??) getResolvedKey config.plugins.crashlogautosubmit.addWlan failed !! (Typo??)After removing the /etc/enigma2/key.pem and /etc/enigma2/cert.pem box, GSOD loop stopped and guide continued.
# start https webserver on port configured port try: context = ssl.DefaultOpenSSLContextFactory(KEY_FILE, CERT_FILE) ... except CannotListenError, OpenSSL.SSL.Error:
Posted 25 May 2014 - 09:46
Can it be a corrupted certificate file (somehow)?
I think that if the certificate file is corrupt, it should be renamed (because it might be generated by the user explicitly), and the webif should create one itself. Or another approach where enigma doesn't crash on a corrupt certificate file. Or something like disabling https operations when the certs cannot be used, even better actually.
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Posted 25 May 2014 - 10:00
Definitely.Can it be a corrupted certificate file (somehow)?
The webif creates one itself if the file does not exist, btw.I think that if the certificate file is corrupt, it should be renamed (because it might be generated by the user explicitly), and the webif should create one itself.
First of all it shouldn't GS for nothing.Or another approach where enigma doesn't crash on a corrupt certificate file. Or something like disabling https operations when the certs cannot be used, even better actually.
Posted 25 May 2014 - 10:05
I never wrote enigma generates certificates (although it does, of course, when it's running the owif plugin...). I mentioned USERS creating their own certs, which, imho, is very useful. A user that has generated it's own cert doesn't like it to be gone just like that.
Apparently at some point owif tries to load/process the certs and bails out, looks like openssl errors at that point for some reason. Instead of crashing, owif+enigma should catch the error and disable https operations from that point. Or even a better solution maybe. Anyway the current behaviour is unacceptable for users.
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Posted 25 May 2014 - 10:18
Posted 25 May 2014 - 10:28
Well, apparently it does ...I never wrote enigma generates certificates
... it interrupts OWI during creation of the certs, which would be about as bad.(although it does, of course, when it's running the owif plugin...).
If the cert/key is broken, it is broken.I mentioned USERS creating their own certs, which, imho, is very useful. A user that has generated it's own cert doesn't like it to be gone just like that.
Posted 25 May 2014 - 10:30
try: context = ssl.DefaultOpenSSLContextFactory(KEY_FILE, CERT_FILE) except: # THIS EXCEPTION IS ONLY CATCHED WHEN CERT FILES ARE BAD ( look below for error ) print "[OpenWebif] failed to get valid cert files. ( It could occure bad file save or format, removing... )" # removing bad files os.remove("/etc/enigma2/cert.pem") os.remove("/etc/enigma2/key.pem") # regenerate new ones installCertificates(session) context = ssl.DefaultOpenSSLContextFactory(KEY_FILE, CERT_FILE)
Edited by athoik, 25 May 2014 - 10:31.
Posted 25 May 2014 - 10:30
@SpaceRat: Okay your call probably. I am happy it's solved.
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Posted 25 May 2014 - 11:30
I didn't like it either (Which is why I didn't backport it before when revising the diffs the last time), but it was there and I prefer a bad fix to a good problemI suggest not to rewrite the same code twice!
Posted 25 May 2014 - 11:42
Btw:I
Posted 25 May 2014 - 12:52
Ok, now it's ready, now is much simpler, it does more checks and in worst case scenario https will be disabled instead of failing in BSOD loop.Feel free to rewrite that part.
Posted 25 May 2014 - 14:55
Thanks guys!
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
0 members, 8 guests, 0 anonymous users