Jump to content


Photo

crash with commit/514071b11fa181687b12173dcd5b31e02ec24a62

picon commit github

  • Please log in to reply
3 replies to this topic

#1 display name

  • Senior Member
  • 630 posts

+26
Good

Posted Today, 17:05

Picon.py commit gives me this crash?

https://github.com/O...d5b31e02ec24a62

Traceback (most recent call last):
  File "/usr/lib/enigma2/python/Navigation.py", line 88, in dispatchEvent
    x(i)
    ~^^^
  File "/usr/lib/enigma2/python/Components/PerServiceDisplay.py", line 17, in event
    func[1](ev)
    ~~~~~~~^^^^
  File "/usr/lib/enigma2/python/Components/Sources/CurrentService.py", line 33, in serviceEvent
    self.changed((self.CHANGED_SPECIFIC, event))
    ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/enigma2/python/Components/Element.py", line 92, in changed
    self.downstream_elements.changed(*args, **kwargs)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
  File "/usr/lib/enigma2/python/Tools/CList.py", line 7, in __call__
    x(*args, **kwargs)
    ~^^^^^^^^^^^^^^^^^
  File "/usr/lib/enigma2/python/Components/Converter/ServiceName.py", line 103, in changed
    Converter.changed(self, what)
    ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
  File "/usr/lib/enigma2/python/Components/Element.py", line 92, in changed
    self.downstream_elements.changed(*args, **kwargs)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
  File "/usr/lib/enigma2/python/Tools/CList.py", line 7, in __call__
    x(*args, **kwargs)
    ~^^^^^^^^^^^^^^^^^
  File "/usr/lib/enigma2/python/Components/Renderer/Picon.py", line 169, in changed
    pngname = getPiconName(self.source.text)
  File "/usr/lib/enigma2/python/Components/Renderer/Picon.py", line 101, in getPiconName
    series = re.sub(r"s[0-9]*e[0-9]*$", "", name)
                                            ^^^^
NameError: name 'name' is not defined. Did you mean: 'sname'?
[ePyObject] (CallObject(<bound method Navigation.dispatchEvent of <Navigation.Navigation object at 0xb04c88d0>>,(0,)) failed)


Re: crash with commit/514071b11fa181687b12173dcd5b31e02ec24a62 #2 WanWizard

  • PLi® Core member
  • 70,511 posts

+1,810
Excellent

Posted Today, 17:25

I've let Huevos know.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: crash with commit/514071b11fa181687b12173dcd5b31e02ec24a62 #3 display name

  • Senior Member
  • 630 posts

+26
Good

Posted Today, 17:25

Crash is gone after changing Picon.py line 101

name to sname

series = re.sub(r"s[0-9]*e[0-9]*$", "", sname)



Re: crash with commit/514071b11fa181687b12173dcd5b31e02ec24a62 #4 display name

  • Senior Member
  • 630 posts

+26
Good

Posted Today, 17:26

I've let Huevos know.

Thanks





Also tagged with one or more of these keywords: picon, commit, github

2 user(s) are reading this topic

0 members, 2 guests, 0 anonymous users