Closed hroemer closed 2 years ago
UnboundLocalError: local variable 'state' referenced before assignment
is fixed here -> https://github.com/openatv/enigma2/commit/07307a862dfac60fc8267adc8a12f758dbdf1501
@jbleyel: thanks for the quick response.
Sorry, I didn't pick the top most stack frame and was distracted from indexer accesses before realizing Screens dict
inheritance.
I am having issues under OpenATV 7.0 / 7.1 because certain attributes are not initialized before access:
Adding default values for
self.active_components
,self.additionalWidgets
,self.skinAttributes
,self.scale
, insideScreen.__init__()
should cope with that: