Hello Guest, if you are reading this it means you have not registered yet. Please take a second, Click here to register, and in a few simple steps you will be able to enjoy our community and use our OpenViX support section.

View Entry Info: Odd file locations shown in crash logs on vix 6.3.001

Category:
Possible Bug
What ViX Image build number are you using?
Please provide your ViX Team image build number. Menu > Information > About > Build number > ENTER THIS NUMBER e.g. 4.2.028
6.3.001
Have you tried a flash WITHOUT settings restore?
Have you tried this? PLEASE SELECT YES OR NO.
No
Have you tried a flash WITH settings restore?
Have you tried this? PLEASE SELECT YES OR NO.
No
Results 1 to 8 of 8

Thread: Odd file locations shown in crash logs on vix 6.3.001

  1. #1
    dsayers's Avatar
    Title
    ViX Beta Tester
    Join Date
    Mar 2016
    Posts
    1,761
    Thanks
    473
    Thanked 607 Times in 433 Posts

    Odd file locations shown in crash logs on vix 6.3.001

    I have nothing a crash when using jedimakerxtream deleting playlist. I have reported the error to kiddac but I have noticed odd file locations in the log.

    Code:
    home/vix/6.3/builds/openvix/release/vuuno4k/tmp/work/all-oe-linux/enigma2-plugin-extensions-jedimakerxtream/enigma2-plugin-extensions-jedimakerxtream-6.21+gitAUTOINC+2da64a18dc-r0/image/usr/lib/enigma2/python/Plugins/Extensions/JediMakerXtream/playlists.py
    Before logs used to start with

    /usr/lib/enigma2/python/Plugins/Extensions/JediMakerXtream/playlists.py

    Are they supposed to show like this?

    Code:
    <528898.6299> Traceback (most recent call last):
    <528898.6300>   File "/usr/lib/enigma2/python/StartEnigma.py", line 224, in processDelay
    <528898.6320>     callback(*retval)
    <528898.6323>   File "/home/vix/6.3/builds/openvix/release/vuuno4k/tmp/work/all-oe-linux/enigma2-plugin-extensions-jedimakerxtream/enigma2-plugin-extensions-jedimakerxtream-6.21+gitAUTOINC+2da64a18dc-r0/image/usr/lib/enigma2/python/Plugins/Extensions/JediMakerXtream/playlists.py", line 541, in deletePlaylist
    <528898.6333>   File "/usr/lib/enigma2/python/Components/Sources/List.py", line 63, in setIndex
    <528898.6336>   File "/usr/lib/enigma2/python/Components/Sources/List.py", line 52, in selectionChanged
    <528898.6339>   File "/home/vix/6.3/builds/openvix/release/vuuno4k/tmp/work/all-oe-linux/enigma2-plugin-extensions-jedimakerxtream/enigma2-plugin-extensions-jedimakerxtream-6.21+gitAUTOINC+2da64a18dc-r0/image/usr/lib/enigma2/python/Plugins/Extensions/JediMakerXtream/playlists.py", line 453, in getCurrentEntry
    <528898.6342> IndexError: list index out of range
    <528898.6343> [ePyObject] (CallObject(<bound method Session.processDelay of <__main__.Session object at 0xaf087c70>>,()) failed)
    Last edited by dsayers; 07-01-23 at 16:57.

  2. #2
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,614
    Thanks
    2,006
    Thanked 4,947 Times in 3,269 Posts
    Most likely crash was inside an eTimer.
    Help keep OpenViX servers online.Please donate!

  3. #3
    dsayers's Avatar
    Title
    ViX Beta Tester
    Join Date
    Mar 2016
    Posts
    1,761
    Thanks
    473
    Thanked 607 Times in 433 Posts
    My question was more of how the log shows the file locations.

    This shows the file location on my box

    File "/usr/lib/enigma2/python/Components/Sources/List.py", line 63, in setIndex

    Then anything related to jedimakerxtream

    File "/home/vix/6.3/builds/openvix/release/vuuno4k/tmp/work/all-oe-linux/enigma2-plugin-extensions-jedimakerxtream/enigma2-plugin-extensions-jedimakerxtream-6.21+gitAUTOINC+2da64a18dc-r0/image/usr/lib/enigma2/python/Plugins/Extensions/JediMakerXtream/playlists.py", line 541, in deletePlaylist

    Are logs meant to show like this to see where the plugin is built from?

  4. #4
    birdman's Avatar
    Title
    Moderator
    Join Date
    Sep 2014
    Location
    Hitchin, UK
    Posts
    7,776
    Thanks
    237
    Thanked 1,656 Times in 1,305 Posts
    Quote Originally Posted by dsayers View Post
    Are logs meant to show like this to see where the plugin is built from?
    I think this is a recent effect. Possibly from Python3?

    You can always work out where they are on the system as the trailing part of the path will be "correct".
    MiracleBox Prem Twin HD - 2@DVB-T2 + Xtrend et8000 - 5(incl. 2 different USBs)@DVB-T2[terrestrial - UK Freeview HD, Sandy Heath] - LAN/USB-stick/HDD

  5. The Following User Says Thank You to birdman For This Useful Post:

    dsayers (08-01-23)

  6. #5
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,614
    Thanks
    2,006
    Thanked 4,947 Times in 3,269 Posts
    Quote Originally Posted by birdman View Post
    I think this is a recent effect. Possibly from Python3?

    You can always work out where they are on the system as the trailing part of the path will be "correct".
    No, it is when the crash happens from an eTimer.
    Help keep OpenViX servers online.Please donate!

  7. #6
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,614
    Thanks
    2,006
    Thanked 4,947 Times in 3,269 Posts
    So looking at the file...
    1) I'm right. self.timer.callback.append(self.loadPlaylist)
    2) I've explained to him before you can set the index of an empty list to zero.

    Code:
    >>> [][0]
    Traceback (most recent call last):
      File "<stdin>", line 1, in <module>
    IndexError: list index out of range
    >>>
    Help keep OpenViX servers online.Please donate!

  8. #7
    birdman's Avatar
    Title
    Moderator
    Join Date
    Sep 2014
    Location
    Hitchin, UK
    Posts
    7,776
    Thanks
    237
    Thanked 1,656 Times in 1,305 Posts
    Quote Originally Posted by Huevos View Post
    No, it is when the crash happens from an eTimer.
    It's the odd pathnames that I think is a recent event (from Python3?).
    MiracleBox Prem Twin HD - 2@DVB-T2 + Xtrend et8000 - 5(incl. 2 different USBs)@DVB-T2[terrestrial - UK Freeview HD, Sandy Heath] - LAN/USB-stick/HDD

  9. #8
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,614
    Thanks
    2,006
    Thanked 4,947 Times in 3,269 Posts
    Quote Originally Posted by birdman View Post
    It's the odd pathnames that I think is a recent event (from Python3?).
    It happens when the crash comes from code running under eTimer.

    Just out of interest drop *.py and reboot and see if it is still there.
    Help keep OpenViX servers online.Please donate!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.