Enigma2 support for Plex DVR/LiveTV!

@rockard said:

@andyblac1974 said:

@radar said:
Hi @andyblac1974, I’m still stuck with my email.utils issue. Any help please?

sorry but I don’t use this in my plugin, not sure where you getting that from. can take a photo of the screen screen if that is easier, that may help me.

I also saw this once when I tried to install by copying code instead of opkg install. And you did see he posted logs? It said line 16 in ssdp.py, and browsing the code in git you can clearly see “from email.utils import formatdate” on line 16. This is in turn used on line 160: “response.append(‘DATE: %s’ % formatdate(timeval=None, localtime=False, usegmt=True))”

@radar said:
Yes, you can find it in PlexDVRAPI/src/ssdp.py

ah, yes sorry, that is a standard python library please to run in telnet on your box, opkg install python-email, it is normally included as standard in E2 images.