Giter Site home page Giter Site logo

hassio-addons's People

Contributors

ciquattrofpv avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

hassio-addons's Issues

Can't link

I'm trying to link with harmony app using the hue option. I had this working previously with the original repo, but with the original repo I'm not getting the notification to allow the link. With this one I can get the notification but when trying to link them I get this error on the log:

2020-05-11 18:03:02,512 ERROR aiohttp.server -- Error handling request
Traceback (most recent call last):
  File "/usr/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 418, in start
    resp = await task
  File "/usr/lib/python3.7/site-packages/aiohttp/web_app.py", line 458, in _handle
    resp = await handler(request)
  File "/usr/local/app/emulated_hue/hue_api.py", line 71, in func_wrapper
    return await func(cls, request)
  File "/usr/local/app/emulated_hue/hue_api.py", line 179, in get_lights
    return web.json_response(await self.__get_all_lights())
  File "/usr/local/app/emulated_hue/hue_api.py", line 691, in __get_all_lights
    result[light_id] = await self.__entity_to_json(entity)
  File "/usr/local/app/emulated_hue/hue_api.py", line 665, in __entity_to_json
    model_slug = slugify(retval["modelid"]).upper()
  File "/usr/local/app/emulated_hue/utils.py", line 50, in slugify
    return unicode_slug.slugify(text, separator="_")  # type: ignore
  File "/usr/lib/python3.7/site-packages/slugify/slugify.py", line 104, in slugify
    text = _unicode(text, 'utf-8', 'ignore')
TypeError: decoding to str: need a bytes-like object, NoneType found

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.