Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unhandled aiohttp exception if receiver refuses connection #11

Open
JPHutchins opened this issue Feb 3, 2021 · 0 comments
Open

Unhandled aiohttp exception if receiver refuses connection #11

JPHutchins opened this issue Feb 3, 2021 · 0 comments

Comments

@JPHutchins
Copy link
Owner

See: home-assistant/core#45071 (comment)

@starkillerOG

@JPHutchins I tried the pyavreceiver library, but I get an exception when executing the following code from command line on windows pc:

ping 192.168.1.IP --> Replay OK
python3 -m asyncio
import asyncio
from pyavreceiver import factory
d = await factory("192.168.1.IP")
I get this exception:
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host 192.168.1.IP:60006 ssl:default [The remote computer refused the network connection]
I don't think port 60006 is open on my Marantz SR5008, also note that my Marantz SR5008 does not support Heos, so it may be missing the required API for this...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant