Eight Sleep component

When adding eight sleep to my configuration.yaml I get this error in the log:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/setup.py", line 213, in _async_setup_component
    result = await task
  File "/usr/src/homeassistant/homeassistant/components/eight_sleep/__init__.py", line 120, in async_setup
    success = await eight.start()
  File "/usr/local/lib/python3.8/site-packages/pyeight/eight.py", line 108, in start
    await self.assign_users()
  File "/usr/local/lib/python3.8/site-packages/pyeight/eight.py", line 159, in assign_users
    if data['result']['rightUserId'] == self._userid:
KeyError: 'rightUserId'

I am using the left side, I would prefer to keep it that way!