Code Monkey home page Code Monkey logo

homeassistant-enigma-player's Introduction

homeassistant-enigma-player

homeassistant-enigma-player's People

Contributors

kavajnaruj avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

homeassistant-enigma-player's Issues

Problem with IPTV channels

Hi KavajNaruj, Thank you for your works ๐Ÿฅ‡ ,
When you ask for the service reference of iptv channel with the subservices function you have :

< e2servicereference>4097:0:1:5555:ABCD:EC:0:0:0:0:http%3a//youriptv.net%3a8000/live/############.ts:CHANNEL< /e2servicereference>

But to zap this reference you must change the %3a in the adress in %253a

GET /api/zap?sRef=4097:0:1:5555:ABCD:EC:0:0:0:0:http%253a//youriptv.net%253a8000/live/############.ts

I tried in media_player.py :
await self.request_call('/web/zap?sRef=' + self._sources[source].replace("%3a", "%253a") )
Work fine

I/O warning HA 109.2

After latest HA update 0.109.2 i get this warning:
2020-05-01 12:19:06 WARNING (MainThread) [homeassistant.util.async_] Detected I/O inside the event loop. This is causing stability issues. Please report issue to the custom component author for enigma doing I/O at custom_components/enigma/media_player.py, line 160: return self._opener.open(uri, timeout=self._timeout).read()

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.