OSError: [Errno 99] error while attempting to bind on address

  SANIC_VERSION = LooseVersion(sanic_version)
2024-01-08 05:54:54 INFO     root  - Starting Rasa server on http://55.116.37.157:5055
2024-01-08 05:54:54 INFO     rasa.core.processor  - Loading model models/20240105-122941-acyclic-tributary.tar.gz...
2024-01-08 05:55:19 WARNING  rasa.shared.utils.common  - The UnexpecTED Intent Policy is currently experimental and might change or be removed in the future 🔬 Please share your feedback on it in the forum (https://forum.rasa.com) to help us make this feature ready for production.
2024-01-08 05:55:30 INFO     root  - Rasa server is up and running.
Unable to start server
Traceback (most recent call last):
  File "/home/chatbot/.local/lib/python3.10/site-packages/sanic/server/runners.py", line 133, in serve
    http_server = loop.run_until_complete(server_coroutine)
  File "uvloop/loop.pyx", line 1517, in uvloop.loop.Loop.run_until_complete
  File "uvloop/loop.pyx", line 1790, in create_server
OSError: [Errno 99] error while attempting to bind on address ('55.116.37.157', 5055): cannot assign requested address

Is the server at 55.116.37.157 reachable if you do ping 55.116.37.157?