Coder Social home page Coder Social logo

Comments (4)

borky avatar borky commented on September 26, 2024 1

it is working now. thanks for the fast fix!

from hifiberry.

techcenter68 avatar techcenter68 commented on September 26, 2024

I have the same issue...

Logger: homeassistant.config_entries
Source: config_entries.py:745
First occurred: 06:14:11 (15 occurrences)
Last logged: 08:18:25

Error occurred loading configuration flow for integration hifiberry: No module named 'pyhifiberry.audiocontrol2sio'

from hifiberry.

borky avatar borky commented on September 26, 2024

after latest update i get the following exception when i try to add the integration from scratch:
2022-04-06 08:18:10 ERROR (MainThread) [custom_components.hifiberry.config_flow] Unexpected exception
Traceback (most recent call last):
File "/config/custom_components/hifiberry/config_flow.py", line 69, in async_step_user
await validate_input(self.hass, user_input)
File "/config/custom_components/hifiberry/config_flow.py", line 23, in validate_input
await Audiocontrol2SIO.connect(host=data["host"], port=data["port"])
File "/usr/local/lib/python3.9/site-packages/pyhifiberry/audiocontrol2sio.py", line 38, in connect
await sio.connect(f'http://{host}:{port}', wait_timeout=wait_timeout)
TypeError: connect() got an unexpected keyword argument 'wait_timeout'

from hifiberry.

schnabel avatar schnabel commented on September 26, 2024

Hi @borky @techcenter68 please have a look here.

from hifiberry.

Related Issues (17)

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.