Skip to content

socket.timeout when trying to connect to my blackbird 4x4 HDBaseT matrix #4

@thomasvs

Description

@thomasvs

Both in homeassistant's log and when setting up python3 and pyblackbird from scratch, I get:

python3) (b:master) thomasvs@thomasvsl7:~/dev/ext/pyblackbird$ python bb.py
<module 'serial' from '/home/thomasvs/dev/ext/pyblackbird/python3/lib/python3.7/site-packages/serial/init.py'>
Traceback (most recent call last):
File "bb.py", line 10, in
print('System Lock is {}'.format('On' if blackbird.lock_status() else 'Off'))
File "/home/thomasvs/dev/ext/pyblackbird/pyblackbird/init.py", line 153, in wrapper
return func(*args, **kwargs)
File "/home/thomasvs/dev/ext/pyblackbird/pyblackbird/init.py", line 261, in lock_status
return LockStatus.from_string(self._process_request(_format_lock_status()))
File "/home/thomasvs/dev/ext/pyblackbird/pyblackbird/init.py", line 220, in _process_request
data = self.socket.recv(SOCKET_RECV)
socket.timeout: timed out

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions