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.
Results 1 to 15 of 15

Thread: ABM crash. Settings by Morpheus883

  1. #1
    TK4|2|1's Avatar
    Title
    Senior Member
    Join Date
    May 2011
    Location
    If there's a bright centre to the universe, I'm from the planet that is farthest from.
    Posts
    940
    Thanks
    228
    Thanked 180 Times in 159 Posts

    ABM crash. Settings by Morpheus883

    Greetings.
    I’ve upgraded to version 6, but running ABM is causing a crash.
    It’s a fresh flash without a setting or plug-in restore.
    Can someone take a look at the logs and see what’s wrong please?
    Don’t know if it’s related, but when I install a channel list from plugins it says channel list already exists, and do I want to remove it.

    Merry Christmas.
    Attached Files Attached Files

  2. #2
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,607
    Thanks
    2,005
    Thanked 4,941 Times in 3,265 Posts
    The crash is due to junk in one of your bouquet files.
    Help keep OpenViX servers online.Please donate!

  3. #3
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,358
    Thanks
    6,439
    Thanked 9,160 Times in 6,235 Posts
    It is crashing on reading the bouquets

    Code:
    <    96.6237> 11:43:35.6869 [InfoBarGenerics] Key: 352 (Break) KeyID='KEY_OK' Binding='('OK',)'.
    <    96.7686> 11:43:35.8319 Traceback (most recent call last):
    <    96.7687> 11:43:35.8319   File "/usr/lib/enigma2/python/Plugins/SystemPlugins/AutoBouquetsMaker/scanner/main.py", line 130, in go
    <    96.7693> 11:43:35.8326     bouquets = Manager().getBouquetsList()
    <    96.7694> 11:43:35.8326   File "/usr/lib/enigma2/python/Plugins/SystemPlugins/AutoBouquetsMaker/scanner/manager.py", line 299, in getBouquetsList
    <    96.7699> 11:43:35.8332     return BouquetsReader().getBouquetsList(self.path)
    <    96.7700> 11:43:35.8332   File "/usr/lib/enigma2/python/Plugins/SystemPlugins/AutoBouquetsMaker/scanner/bouquetsreader.py", line 46, in getBouquetsList
    <    96.7703> 11:43:35.8335     ret[bouquet_type] = self.parseBouquetIndex(path, content)
    <    96.7703> 11:43:35.8336   File "/usr/lib/enigma2/python/Plugins/SystemPlugins/AutoBouquetsMaker/scanner/bouquetsreader.py", line 23, in parseBouquetIndex
    <    96.7706> 11:43:35.8338     firstline = bouquet.read().split("\n")[0]
    <    96.7706> 11:43:35.8338   File "/usr/lib/python3.9/codecs.py", line 322, in decode
    <    96.7722> 11:43:35.8354     (result, consumed) = self._buffer_decode(data, self.errors, final)
    <    96.7723> 11:43:35.8356 UnicodeDecodeError: 'utf-8' codec can't decode byte 0x97 in position 6358: invalid start byte
    <    96.7724> 11:43:35.8356 [ePyObject] (CallObject(<bound method AutoBouquetsMaker.go of <class 'Plugins.SystemPlugins.AutoBouquetsMaker.scanner.main.AutoBouquetsMaker'>>,()) failed)


    Don’t know if it’s related, but when I install a channel list from plugins it says channel list already exists, and do I want to remove it.
    I think you should remove the settings/channel list. Which one is it?

  4. #4
    TK4|2|1's Avatar
    Title
    Senior Member
    Join Date
    May 2011
    Location
    If there's a bright centre to the universe, I'm from the planet that is farthest from.
    Posts
    940
    Thanks
    228
    Thanked 180 Times in 159 Posts
    Quote Originally Posted by Huevos View Post
    The crash is due to junk in one of your bouquet files.
    Ok. How do I fix it?

  5. #5
    TK4|2|1's Avatar
    Title
    Senior Member
    Join Date
    May 2011
    Location
    If there's a bright centre to the universe, I'm from the planet that is farthest from.
    Posts
    940
    Thanks
    228
    Thanked 180 Times in 159 Posts
    Quote Originally Posted by abu baniaz View Post
    It is crashing on reading the bouquets

    Code:
    <    96.6237> 11:43:35.6869 [InfoBarGenerics] Key: 352 (Break) KeyID='KEY_OK' Binding='('OK',)'.
    <    96.7686> 11:43:35.8319 Traceback (most recent call last):
    <    96.7687> 11:43:35.8319   File "/usr/lib/enigma2/python/Plugins/SystemPlugins/AutoBouquetsMaker/scanner/main.py", line 130, in go
    <    96.7693> 11:43:35.8326     bouquets = Manager().getBouquetsList()
    <    96.7694> 11:43:35.8326   File "/usr/lib/enigma2/python/Plugins/SystemPlugins/AutoBouquetsMaker/scanner/manager.py", line 299, in getBouquetsList
    <    96.7699> 11:43:35.8332     return BouquetsReader().getBouquetsList(self.path)
    <    96.7700> 11:43:35.8332   File "/usr/lib/enigma2/python/Plugins/SystemPlugins/AutoBouquetsMaker/scanner/bouquetsreader.py", line 46, in getBouquetsList
    <    96.7703> 11:43:35.8335     ret[bouquet_type] = self.parseBouquetIndex(path, content)
    <    96.7703> 11:43:35.8336   File "/usr/lib/enigma2/python/Plugins/SystemPlugins/AutoBouquetsMaker/scanner/bouquetsreader.py", line 23, in parseBouquetIndex
    <    96.7706> 11:43:35.8338     firstline = bouquet.read().split("\n")[0]
    <    96.7706> 11:43:35.8338   File "/usr/lib/python3.9/codecs.py", line 322, in decode
    <    96.7722> 11:43:35.8354     (result, consumed) = self._buffer_decode(data, self.errors, final)
    <    96.7723> 11:43:35.8356 UnicodeDecodeError: 'utf-8' codec can't decode byte 0x97 in position 6358: invalid start byte
    <    96.7724> 11:43:35.8356 [ePyObject] (CallObject(<bound method AutoBouquetsMaker.go of <class 'Plugins.SystemPlugins.AutoBouquetsMaker.scanner.main.AutoBouquetsMaker'>>,()) failed)




    I think you should remove the settings/channel list. Which one is it?
    I’ve tried multiple channel lists. It says it on all of them, even on a fresh flash.

  6. #6
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,607
    Thanks
    2,005
    Thanked 4,941 Times in 3,265 Posts
    Quote Originally Posted by TK4|2|1 View Post
    I’ve tried multiple channel lists. It says it on all of them, even on a fresh flash.
    It can't do it on a fresh flash because there would not be any bouquet files to read and it is crashing reading those files.
    Help keep OpenViX servers online.Please donate!

  7. #7
    TK4|2|1's Avatar
    Title
    Senior Member
    Join Date
    May 2011
    Location
    If there's a bright centre to the universe, I'm from the planet that is farthest from.
    Posts
    940
    Thanks
    228
    Thanked 180 Times in 159 Posts

    ABM crash

    Quote Originally Posted by Huevos View Post
    It can't do it on a fresh flash because there would not be any bouquet files to read and it is crashing reading those files.
    Ok. How do I clean out these junk files causing it to crash?
    And where did the junk come from?

  8. #8
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,607
    Thanks
    2,005
    Thanked 4,941 Times in 3,265 Posts
    Connect to the box via ssh.
    At the command line type: init 4

    By FTP connect to the box and go to /etc/enigma2
    Delete all files that start "userbouquet".
    Delete bouquets.tv.
    Delete bouquets.radio.

    At the command line type: init 3
    Help keep OpenViX servers online.Please donate!

  9. The Following User Says Thank You to Huevos For This Useful Post:

    TK4|2|1 (19-12-21)

  10. #9
    TK4|2|1's Avatar
    Title
    Senior Member
    Join Date
    May 2011
    Location
    If there's a bright centre to the universe, I'm from the planet that is farthest from.
    Posts
    940
    Thanks
    228
    Thanked 180 Times in 159 Posts
    This is still causing me an issue.
    Can someone try my setup please?
    Install Morpheus motor settings from plugins, then run UK freesat in ABM.
    Do you get a crash, or just me?
    All other channel lists from plugins seem to work ok.

  11. #10
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,607
    Thanks
    2,005
    Thanked 4,941 Times in 3,265 Posts
    If it is his settings causing this can you post in his thread please.
    Help keep OpenViX servers online.Please donate!

  12. #11
    TK4|2|1's Avatar
    Title
    Senior Member
    Join Date
    May 2011
    Location
    If there's a bright centre to the universe, I'm from the planet that is farthest from.
    Posts
    940
    Thanks
    228
    Thanked 180 Times in 159 Posts
    Quote Originally Posted by Huevos View Post
    If it is his settings causing this can you post in his thread please.
    @Huevos
    Can you take a look at the new crash log I’ve posted in Morpheus’s settings posts.
    ABM is crashing again using his settings.
    Thank you.

  13. #12
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,607
    Thanks
    2,005
    Thanked 4,941 Times in 3,265 Posts
    Posted where? What image version?
    Help keep OpenViX servers online.Please donate!

  14. #13
    TK4|2|1's Avatar
    Title
    Senior Member
    Join Date
    May 2011
    Location
    If there's a bright centre to the universe, I'm from the planet that is farthest from.
    Posts
    940
    Thanks
    228
    Thanked 180 Times in 159 Posts
    Quote Originally Posted by Huevos View Post
    Posted where? What image version?
    Enigma2 settings by Morpheus
    6.003

  15. #14
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,607
    Thanks
    2,005
    Thanked 4,941 Times in 3,265 Posts
    The crash log.
    Help keep OpenViX servers online.Please donate!

  16. #15
    TK4|2|1's Avatar
    Title
    Senior Member
    Join Date
    May 2011
    Location
    If there's a bright centre to the universe, I'm from the planet that is farthest from.
    Posts
    940
    Thanks
    228
    Thanked 180 Times in 159 Posts

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.