Problem plugin

s8un3no

Active member
Che errore è?
Translate
What mistake is it?
< 2394.6362> Traceback (most recent call last):
< 2394.6365> File "/usr/lib/enigma2/python/Components/PluginComponent.py", line 56, in readPluginList
< 2394.6368> File "/usr/lib/enigma2/python/Tools/Import.py", line 2, in my_import
< 2394.6372> ImportError: bad magic number in 'Plugins.Extensions.FeedsFinder.plugin': b'a\r\r\n'
 

s8un3no

Active member
Vero, ma è un problema di python, poco centra il tipo di box o immagine.
Ho saputo che l'errore è dovuto a diverse versioni di python, il plugin che ho è un .pyc non compatibile con la versione 5.1 mentre lo è con la versione 5.0, ci vorrebbe il sorgente .py ma non è disponibile. Andrebbe bene anche un decompilatore per python 3.9 ma non esiste

Translate:
True, but it's a python problem, it doesn't really care about the type of box or image.

I learned that the error is due to different versions of python, the plugin I have is a .pyc not compatible with version 5.1 while it is with version 5.0, it would take the .py source but it is not available. A decompiler for python 3.9 would also be fine but it doesn't exist
 

Matrix10

Staff member
Administrator
I assume it's the Feeds Finder Plugin
Py3 version can be found on the internet.
I don't know if it works.
 

Ev0

Admin
Staff member
Administrator
ask the author to either provide the py files, or to compile it in a 5.1 image.
 
Top