Re-indexing courses command

thank you for reply
there is another error when run:
tutor local run lms ./manage.py lms cache_programs

2020-07-05 16:49:08,009 INFO 1 [openedx.core.djangoapps.catalog.management.commands.cache_programs] [user None] cache_programs.py:49 - populate-multitenant-programs switch is ON
2020-07-05 16:49:08,055 INFO 1 [openedx.core.djangoapps.catalog.management.commands.cache_programs] [user None] cache_programs.py:71 - Skipping site example.com. No configuration.
2020-07-05 16:49:08,092 INFO 1 [openedx.core.djangoapps.catalog.management.commands.cache_programs] [user None] cache_programs.py:142 - Requesting program UUIDs for xx.xx.xx.
2020-07-05 16:49:08,149 ERROR 1 [openedx.core.djangoapps.catalog.management.commands.cache_programs] [user None] cache_programs.py:145 - Failed to retrieve program UUIDs for site: xx.xx.xx.
Traceback (most recent call last):
  File "/openedx/edx-platform/openedx/core/djangoapps/catalog/management/commands/cache_programs.py", line 143, in get_site_program_uuids
    uuids = client.programs.get(**querystring)
  File "/openedx/venv/lib/python3.5/site-packages/slumber/__init__.py", line 155, in get
    resp = self._request("GET", params=kwargs)
  File "/openedx/venv/lib/python3.5/site-packages/slumber/__init__.py", line 101, in _request
    raise exception_class("Client Error %s: %s" % (resp.status_code, url), response=resp, content=resp.content)
slumber.exceptions.HttpNotFoundError: Client Error 404: http://discovery:8000/programs/
2020-07-05 16:49:08,153 INFO 1 [openedx.core.djangoapps.catalog.management.commands.cache_programs] [user None] cache_programs.py:150 - Received 0 UUIDs for site xx.xx.xx
2020-07-05 16:49:08,153 INFO 1 [openedx.core.djangoapps.catalog.management.commands.cache_programs] [user None] cache_programs.py:177 - Requesting pathways for xx.xx.xx.
2020-07-05 16:49:08,279 ERROR 1 [openedx.core.djangoapps.catalog.management.commands.cache_programs] [user None] cache_programs.py:187 - Failed to retrieve pathways for site: xx.xx.xx.
Traceback (most recent call last):
  File "/openedx/edx-platform/openedx/core/djangoapps/catalog/management/commands/cache_programs.py", line 181, in get_pathways
    new_pathways = client.pathways.get(exclude_utm=1, page=next_page)
  File "/openedx/venv/lib/python3.5/site-packages/slumber/__init__.py", line 155, in get
    resp = self._request("GET", params=kwargs)
  File "/openedx/venv/lib/python3.5/site-packages/slumber/__init__.py", line 101, in _request
    raise exception_class("Client Error %s: %s" % (resp.status_code, url), response=resp, content=resp.content)
slumber.exceptions.HttpNotFoundError: Client Error 404: http://discovery:8000/pathways/
2020-07-05 16:49:08,297 INFO 1 [openedx.core.djangoapps.catalog.management.commands.cache_programs] [user None] cache_programs.py:193 - Received 0 pathways for site xx.xx.xx
2020-07-05 16:49:08,300 INFO 1 [openedx.core.djangoapps.catalog.management.commands.cache_programs] [user None] cache_programs.py:100 - Caching UUIDs for 0 programs for site xx.xx.xx.
2020-07-05 16:49:08,304 INFO 1 [openedx.core.djangoapps.catalog.management.commands.cache_programs] [user None] cache_programs.py:107 - Caching ids for 0 pathways for site xx.xx.xx.
2020-07-05 16:49:08,323 INFO 1 [openedx.core.djangoapps.catalog.management.commands.cache_programs] [user None] cache_programs.py:71 - Skipping site studio.ifham.online. No configuration.
2020-07-05 16:49:08,333 INFO 1 [openedx.core.djangoapps.catalog.management.commands.cache_programs] [user None] cache_programs.py:111 - Caching details for 0 programs.
2020-07-05 16:49:08,334 INFO 1 [openedx.core.djangoapps.catalog.management.commands.cache_programs] [user None] cache_programs.py:114 - Caching details for 0 pathways.
2020-07-05 16:49:08,334 INFO 1 [openedx.core.djangoapps.catalog.management.commands.cache_programs] [user None] cache_programs.py:117 - Caching programs uuids for 0 courses.
2020-07-05 16:49:08,334 INFO 1 [openedx.core.djangoapps.catalog.management.commands.cache_programs] [user None] cache_programs.py:120 - Caching programs uuids for 0 catalog courses.
2020-07-05 16:49:08,335 INFO 1 [openedx.core.djangoapps.catalog.management.commands.cache_programs] [user None] cache_programs.py:123 - Caching program UUIDs by 0 program types.
2020-07-05 16:49:08,335 INFO 1 [openedx.core.djangoapps.catalog.management.commands.cache_programs] [user None] cache_programs.py:126 - Caching programs uuids for 0 organizations
Error: Command failed with status 1: docker-compose -f /root/.local/share/tutor/env/local/docker-compose.yml -f /root/.local/share/tutor/env/local/docker-compose.prod.yml --project-name tutor_local run --rm lms ./manage.py lms cache_programs