Unable to retrieve wake words on my satellite

I’m running a satellite on an an RPI4 and my base is running via the HA supervisor. I’m using my HA mosquito MQTT broker. I am getting the following error on my satellite and I can’t figure out what to do to resolve the issue.

Thank you for any help!

[DEBUG:2021-11-29 19:52:54,628] rhasspyserver_hermes: Wrote profile to /home/pi/.config/rhasspy/profiles/en/profile.json
[ERROR:2021-11-29 19:52:47,512] rhasspyserver_hermes: 
Traceback (most recent call last):
  File "/usr/lib/rhasspy/usr/local/lib/python3.7/site-packages/quart/app.py", line 1821, in full_dispatch_request
    result = await self.dispatch_request(request_context)
  File "/usr/lib/rhasspy/usr/local/lib/python3.7/site-packages/quart/app.py", line 1869, in dispatch_request
    return await handler(**request_.view_args)
  File "/usr/lib/rhasspy/rhasspy-server-hermes/rhasspyserver_hermes/__main__.py", line 840, in api_wake_words
    hotwords = await core.get_hotwords()
  File "/usr/lib/rhasspy/rhasspy-server-hermes/rhasspyserver_hermes/__init__.py", line 910, in get_hotwords
    handle_finished(), messages, message_types
  File "/usr/lib/rhasspy/rhasspy-server-hermes/rhasspyserver_hermes/__init__.py", line 994, in publish_wait
    result_awaitable, timeout=timeout_seconds
  File "/usr/lib/rhasspy/usr/local/lib/python3.7/asyncio/tasks.py", line 449, in wait_for
    raise futures.TimeoutError()
concurrent.futures._base.TimeoutError
[DEBUG:2021-11-29 19:52:35,510] rhasspyserver_hermes: Handling AudioDevices (topic=rhasspy/audioServer/devices, id=2e0ead9b-b7ff-4b93-ba8f-c3cf1d7223ca)