Skip to content
New issue

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

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

Already on GitHub? # to your account

Support for 2023.6 and above (Python 3.11 support needed?) #35

Open
robertwigley opened this issue Aug 17, 2023 · 1 comment
Open

Support for 2023.6 and above (Python 3.11 support needed?) #35

robertwigley opened this issue Aug 17, 2023 · 1 comment

Comments

@robertwigley
Copy link

robertwigley commented Aug 17, 2023

I may have this wrong, but this integration appeared to break in 2023.6, so I am assuming it's the Python version upgrade to 3.11 that broke it. I may be one of a very small minority of people that use this integration, but it would be nice to get it working again.

Here are the errors that appear in the logs.

This error originated from a custom integration.

Logger: sonyapilib.device
Source: custom_components/sony/media_player.py:201
Integration: sony (documentation)
First occurred: 11:37:13 (4 occurrences)
Last logged: 11:37:27

HTTPError: HTTPConnectionPool(host='192.168.0.84', port=50202): Max retries exceeded with url: /appslist (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2da85d10>: Failed to establish a new connection: [Errno 113] Host is unreachable'))
HTTPError: HTTPConnectionPool(host='192.168.0.84', port=52323): Max retries exceeded with url: /dmr.xml (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f31cdd090>: Failed to establish a new connection: [Errno 113] Host is unreachable'))
HTTPError: HTTPConnectionPool(host='192.168.0.84', port=50001): Max retries exceeded with url: /Ircc.xml (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7e5af57a50>: Failed to establish a new connection: [Errno 113] Host is unreachable'))
failed to get device information: HTTPConnectionPool(host='192.168.0.84', port=50001): Max retries exceeded with url: /Ircc.xml (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7e5af57a50>: Failed to establish a new connection: [Errno 113] Host is unreachable'))
@alexmohr
Copy link
Owner

alexmohr commented Apr 4, 2024

Doesn't look like a python error, but your device does not seem to be reachable?

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

No branches or pull requests

2 participants