Jump to content


Photo

cannot import name eTPM


  • Please log in to reply
25 replies to this topic

#1 skirmas

  • Member
  • 15 posts

0
Neutral

Posted 13 August 2015 - 08:35

from yesterdays update cant get some plugins

for example Kodidirect

 

Some plugins are not available:Extensions/KodiDirect (cannot import name eTPM).

 

how to fix it

thanx


Edited by skirmas, 13 August 2015 - 08:36.


Re: cannot import name eTPM #2 littlesat

  • PLi® Core member
  • 56,469 posts

+693
Excellent

Posted 13 August 2015 - 09:05

As far I understand we removed eTPM....as it was a waste of resources... As far i understood it was only intended to check if you have a genuine Dream Multimedia box...

 

https://github.com/O...642b956866dad05


Edited by littlesat, 13 August 2015 - 09:07.

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: cannot import name eTPM #3 skirmas

  • Member
  • 15 posts

0
Neutral

Posted 13 August 2015 - 09:31

i do have geniune vu+ zero



Re: cannot import name eTPM #4 skirmas

  • Member
  • 15 posts

0
Neutral

Posted 13 August 2015 - 09:38

thanx anyway



Re: cannot import name eTPM #5 adri

  • Senior Member
  • 372 posts

+5
Neutral

Posted 13 August 2015 - 12:15

As far I understand we removed eTPM....as it was a waste of resources... As far i understood it was only intended to check if you have a genuine Dream Multimedia box...

 

https://github.com/O...642b956866dad05

This will automatically mean ANY plugin which uses eTPM won't run on ANY box, including all DMM models.

Previously it would work on original DMM hardware, as it was designed to do.



Re: cannot import name eTPM #6 christophecvr

  • Senior Member
  • 3,131 posts

+140
Excellent

Posted 13 August 2015 - 12:43

Gues so, But most plugins for dream are outdated and if they not already  they will more cause trouble then anything else.

 

Currently I'm still using one dm8000 and do not need any plugin with etpm check .



Re: cannot import name eTPM #7 MiLo

  • PLi® Core member
  • 14,049 posts

+298
Excellent

Posted 13 August 2015 - 13:48

This will automatically mean ANY plugin which uses eTPM won't run on ANY box, including all DMM models.
Previously it would work on original DMM hardware, as it was designed to do.


That was exactly the intention of the commit yes. I don't think I really have to explain about the spirit of "open source" again, now do I?
Real musicians never die - they just decompose

Re: cannot import name eTPM #8 littlesat

  • PLi® Core member
  • 56,469 posts

+693
Excellent

Posted 13 August 2015 - 15:58

Exactly!

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: cannot import name eTPM #9 mikel

  • Senior Member
  • 441 posts

0
Neutral

Posted 13 August 2015 - 16:13

Hello there,

 

also have problems with the display of some plugins.

Do not understand what Pli da is always changing, the MediaPortal funzte to about update after 09.08.2015 (last backup)

After that you can no longer call it, now I get with plugins reporting:

 

Some plugins are not available.

Extension / TMDb (Can not import name ETPM)

Extension / YTTrailer (Can not import name ETPM)

Extension / MediaPortal (Can not import name ETPM)

there seem to be missing still to execute some files / View?

What should I re-install here?

Many thanks.

 

Greeting Mikel

 

How do I get because now the error messages away so that my plugin running as MediaPortal again.
Do I need to re-flash again?

 

Mikel


Edited by mikel, 13 August 2015 - 16:15.


Re: cannot import name eTPM #10 MiLo

  • PLi® Core member
  • 14,049 posts

+298
Excellent

Posted 13 August 2015 - 18:05

Just remove the plugins. Or complain to the author.

eTPM was something that Dream put into their image to make it so that people could write plugins which would only run on these boxes.
It has no place in an image which Dream has never supported. People are free to write DM-only plugins as much as they like. But they won't run on OpenPLi.

Of course you are always free to simply remove the eTPM check code from the plugin. It's simple enough, you don't have to be an experienced programmer. None of the plugins in the OpenPLi feed have used it for over a year.
Real musicians never die - they just decompose

Re: cannot import name eTPM #11 mikel

  • Senior Member
  • 441 posts

0
Neutral

Posted 13 August 2015 - 19:13

Hallo Milo,

 

Simply remove the ETPM check code from the plugin, how do I make it work?

 

Mikel



Re: cannot import name eTPM #12 maigais

  • Senior Member
  • 431 posts

+4
Neutral

Posted 13 August 2015 - 19:33

Delete eTPM


from enigma import eTPM, eTimer,


Edited by maigais, 13 August 2015 - 19:33.

BlackHole-3.1.0F_DM800 ,Tuner + ALINK DTU & Digital USB DVB-T HDTV TV Tuner Recorder Receiver , HDD TOSHIBA MK2552GSX 250gb,usb 16gb,skins Glamour_X-Infinity mod


Re: cannot import name eTPM #13 maigais

  • Senior Member
  • 431 posts

+4
Neutral

Posted 13 August 2015 - 19:51

Delete eTPM

\usr\lib\enigma2\python\Plugins\Extensions\KodiDirect\lib\download.py

Attached Files


BlackHole-3.1.0F_DM800 ,Tuner + ALINK DTU & Digital USB DVB-T HDTV TV Tuner Recorder Receiver , HDD TOSHIBA MK2552GSX 250gb,usb 16gb,skins Glamour_X-Infinity mod


Re: cannot import name eTPM #14 adri

  • Senior Member
  • 372 posts

+5
Neutral

Posted 13 August 2015 - 20:59

And then fix any possible errors that will occur afterwards, due to the missing eTPM being used in the code.



Re: cannot import name eTPM #15 littlesat

  • PLi® Core member
  • 56,469 posts

+693
Excellent

Posted 13 August 2015 - 21:09

Is code using eTPM? Or is it just an import that was forgotten???

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: cannot import name eTPM #16 Satpal

  • Senior Member
  • 299 posts

+4
Neutral

Posted 13 August 2015 - 23:01

Mediaportal is written for Dream boxes, but I have never seen this error message on any box (ET5000,9200,10000; Vu+ Duo, Solo2) so I guess it's actually not related to Mediaportal.



Re: cannot import name eTPM #17 littlesat

  • PLi® Core member
  • 56,469 posts

+693
Excellent

Posted 14 August 2015 - 06:52

Then mediaportal did remove the eTPM check but forgot by accident to remove eTPM import itself..... Ask the author of media portal to remove that import or remove it yourself....

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: cannot import name eTPM #18 adri

  • Senior Member
  • 372 posts

+5
Neutral

Posted 14 August 2015 - 08:06

Is code using eTPM? Or is it just an import that was forgotten???

If the is a genuine check, then code us using eTPM and calling it's routines.

See for instance the orgininal MyTube plugin.

If it's just a forgotten import, then removing the import is enough.



Re: cannot import name eTPM #19 mikel

  • Senior Member
  • 441 posts

0
Neutral

Posted 14 August 2015 - 08:57

Hello there,

 

have now all plugins with error message

 

Extension / TMDb (Can not import name ETPM)

Extension / YTTrailer (Can not import name ETPM)

Extension / MediaPortal (Can not import name ETPM)

 

deleted and made a Pli update, then the latest version installed by the MediaPortal, no error message more MediaPortal Plugin works. TMDb and YTTrailer I do not need, maybe it has been lying about it?

 

Thank Mikel


Edited by mikel, 14 August 2015 - 08:58.


Re: cannot import name eTPM #20 Trial

  • Senior Member
  • 1,127 posts

+34
Good

Posted 14 August 2015 - 09:35

Hi,

for TMDb there exists and alternative in the VTi board and for YTTrailer take a look at "EPG YouTube Trailer & Translator" which also has a similar function included.

 

ciao




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users