Seite 2 von 2 ErsteErste 12
Ergebnis 11 bis 15 von 15
  1. #11
    Anfänger
    Registriert seit
    07.05.2019
    Beiträge
    11
    Thanks (gegeben)
    0
    Thanks (bekommen)
    0
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    There is no About.py file to overwrite in the directory /usr/lib/enigma2/python/Components. should I just place the file in that directory even if there is not a About.py file?

    •   Alt Advertising

       

  2. #12
    Senior Mitglied Avatar von s3n0
    Registriert seit
    02.01.2017
    Ort
    Slovakia
    Beiträge
    1.463
    Thanks (gegeben)
    91
    Thanks (bekommen)
    420
    Total Downloaded
    323,0 KB
    Total Downloaded
    323,0 KB
    ReceiverDanke
    Box 1:
    Vu+ Zero 4K
     
     
    Box 2:
    Vu+ Solo SE V2
     
     
    Box 3:
    Formuer F4-TURBO
     
     
    Zitat Zitat von MoneyG Beitrag anzeigen
    I have managed to connect to the box vis PuTTY but now it is asking for Login as: and Password, I do not have these credentials. Is there a way to bypass this?
    The password may to be changed / deleted via the GUI MENU (Settings -> System -> Network -> Password). If you have never set a password in OpenATV before, first connect via Telnet protocol and then change the password with the command:
    Code:
    passwd
    Subsequently, it will be possible to connect also via SSH protocol and via FTP connection. The login is "root" and the password is as you set it.


    Zitat Zitat von MoneyG Beitrag anzeigen
    Which is the appropriate file? to put the About.py file
    Please, read the whole discussion again.


    Zitat Zitat von MoneyG Beitrag anzeigen
    There is no About.py file to overwrite in the directory /usr/lib/enigma2/python/Components. should I just place the file in that directory even if there is not a About.py file?
    Yes, of course, but please read the whole discussion again. The ".py" file contains a SOURCE CODE. After Enigma2 restart will this source code compiled to ".pyo" python file. So, after Enigma2 restarts it is to neccessary delete this ".py" source file.


    BTW, these About.py/.pyo file issues should be resolved by updating OpenATV. So simply update your OpenATV.

  3. #13
    Anfänger
    Registriert seit
    14.12.2020
    Beiträge
    9
    Thanks (gegeben)
    0
    Thanks (bekommen)
    0
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke

    Stuck on boot logo

    After installing update through update plugin it got stuck on logo again!!
    Angehängte Dateien Angehängte Dateien

  4. #14
    Senior Mitglied Avatar von s3n0
    Registriert seit
    02.01.2017
    Ort
    Slovakia
    Beiträge
    1.463
    Thanks (gegeben)
    91
    Thanks (bekommen)
    420
    Total Downloaded
    323,0 KB
    Total Downloaded
    323,0 KB
    ReceiverDanke
    Box 1:
    Vu+ Zero 4K
     
     
    Box 2:
    Vu+ Solo SE V2
     
     
    Box 3:
    Formuer F4-TURBO
     
     
    Code:
    2020-12-19 12:32:12+0100 [-] [Skin] Loading skin file 'MetrixHD/skin.MySkin.xml'.
    2020-12-19 12:32:12+0100 [-] [Skin] Warning: Skin file 'MetrixHD/skin.MySkin.xml' does not exist!
    2020-12-19 12:32:12+0100 [-] [Skin] Error: Adding current GUI skin 'MetrixHD/skin.MySkin.xml' has failed!
    2020-12-19 12:32:12+0100 [-] [Skin] Loading skin file '/usr/share/enigma2/MetrixHD/skin.xml'.
    2020-12-19 12:32:12+0100 [-] [Skin] XML Parse Error: 'no element found: line 1, column 0' in '/usr/share/enigma2/MetrixHD/skin.xml'!
    2020-12-19 12:32:12+0100 [-] [Skin] Error: Unexpected error opening skin file '/usr/share/enigma2/MetrixHD/skin.xml'! (list index out of range)
    2020-12-19 12:32:12+0100 [-] [Skin] Error: Adding default GUI skin 'MetrixHD/skin.xml' has failed!
    2020-12-19 12:32:12+0100 [-] [Skin] Loading skin file 'skin_display.xml'.
    2020-12-19 12:32:12+0100 [-] [Skin] Warning: Skin file 'skin_display.xml' does not exist!
    2020-12-19 12:32:12+0100 [-] [Skin] Error: Adding current display skin 'skin_display.xml' has failed!
    2020-12-19 12:32:12+0100 [-] Traceback (most recent call last):
    2020-12-19 12:32:12+0100 [-]   File "/usr/lib/enigma2/python/mytest.py", line 779, in <module>
    2020-12-19 12:32:12+0100 [-]     skin.loadSkinData(enigma.getDesktop(0))
    2020-12-19 12:32:12+0100 [-]   File "/usr/lib/enigma2/python/skin.py", line 147, in loadSkinData
    2020-12-19 12:32:12+0100 [-]   File "/usr/lib/enigma2/python/skin.py", line 126, in InitSkins
    2020-12-19 12:32:12+0100 [-]   File "/usr/lib/python2.7/posixpath.py", line 122, in dirname
    2020-12-19 12:32:12+0100 [-] AttributeError: 'NoneType' object has no attribute 'rfind'
    Um, I only see a problem with SKIN there. Do you use the original MetrixHD SKIN or your own SKIN ?

    Try to check for non-existent files in the "/usr/share/enigma2/MetrixHD" folder (for example via FTP connection) pointed to by the debug log.

  5. #15
    Anfänger
    Registriert seit
    14.12.2020
    Beiträge
    9
    Thanks (gegeben)
    0
    Thanks (bekommen)
    0
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke

    Reply.

    Zitat Zitat von s3n0 Beitrag anzeigen
    Code:
    2020-12-19 12:32:12+0100 [-] [Skin] Loading skin file 'MetrixHD/skin.MySkin.xml'.
    2020-12-19 12:32:12+0100 [-] [Skin] Warning: Skin file 'MetrixHD/skin.MySkin.xml' does not exist!
    2020-12-19 12:32:12+0100 [-] [Skin] Error: Adding current GUI skin 'MetrixHD/skin.MySkin.xml' has failed!
    2020-12-19 12:32:12+0100 [-] [Skin] Loading skin file '/usr/share/enigma2/MetrixHD/skin.xml'.
    2020-12-19 12:32:12+0100 [-] [Skin] XML Parse Error: 'no element found: line 1, column 0' in '/usr/share/enigma2/MetrixHD/skin.xml'!
    2020-12-19 12:32:12+0100 [-] [Skin] Error: Unexpected error opening skin file '/usr/share/enigma2/MetrixHD/skin.xml'! (list index out of range)
    2020-12-19 12:32:12+0100 [-] [Skin] Error: Adding default GUI skin 'MetrixHD/skin.xml' has failed!
    2020-12-19 12:32:12+0100 [-] [Skin] Loading skin file 'skin_display.xml'.
    2020-12-19 12:32:12+0100 [-] [Skin] Warning: Skin file 'skin_display.xml' does not exist!
    2020-12-19 12:32:12+0100 [-] [Skin] Error: Adding current display skin 'skin_display.xml' has failed!
    2020-12-19 12:32:12+0100 [-] Traceback (most recent call last):
    2020-12-19 12:32:12+0100 [-]   File "/usr/lib/enigma2/python/mytest.py", line 779, in <module>
    2020-12-19 12:32:12+0100 [-]     skin.loadSkinData(enigma.getDesktop(0))
    2020-12-19 12:32:12+0100 [-]   File "/usr/lib/enigma2/python/skin.py", line 147, in loadSkinData
    2020-12-19 12:32:12+0100 [-]   File "/usr/lib/enigma2/python/skin.py", line 126, in InitSkins
    2020-12-19 12:32:12+0100 [-]   File "/usr/lib/python2.7/posixpath.py", line 122, in dirname
    2020-12-19 12:32:12+0100 [-] AttributeError: 'NoneType' object has no attribute 'rfind'
    Um, I only see a problem with SKIN there. Do you use the original MetrixHD SKIN or your own SKIN ?

    Try to check for non-existent files in the "/usr/share/enigma2/MetrixHD" folder (for example via FTP connection) pointed to by the debug log.

    After update it came up with msg resetting to defaul matrix skin and error came up. I didnt used any skin just modified some bits and bobs.
    Copying Matrix folder from backup from my pc didnt solved problem so i have reflashed software from my backup file. Ran update again. No issues this time.


Seite 2 von 2 ErsteErste 12

Stichworte

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •  
Alle Zeitangaben in WEZ +1. Es ist jetzt 00:01 Uhr.
Powered by vBulletin® Version 4.2.5 (Deutsch)
Copyright ©2024 Adduco Digital e.K. und vBulletin Solutions, Inc. Alle Rechte vorbehalten.
Resources saved on this page: MySQL 5,56%
Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)
vBulletin Skin By: PurevB.com