“error while attempting to bind on address (‘0.0.0.0’, 5005): only one usage of each socket address (protocol/network address/port) is normally permitted”
Yesterday botH worked to. day i can eitHer run rasa x or tHe server but not botH
(rasa) C:\Users\ayman\Desktop\new>rasa run
2021-10-14 11:13:36 INFO root - Starting Rasa server on http://localhost:5005
2021-10-14 11:13:36 INFO rasa.model - Loading model models\20211013-124109.tar.gz…
C:\Users\ayman\anaconda3\envs\rasa\lib\site-packages\rasa\utils\train_utils.py:641: UserWarning: constrain_similarities is set to False. It is recommended to set it to True when using cross-entropy loss. It will be set to True by default, Rasa Open Source 3.0.0 onwards.
rasa.shared.utils.io.raise_warning(
2021-10-14 11:14:11 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 (http://forum.rasa.com) to help us make this feature ready for production.
2021-10-14 11:14:21 INFO root - Rasa server is up and running.
Unable to start server
Traceback (most recent call last):
File “C:\Users\ayman\AppData\Roaming\Python\Python38\site-packages\sanic\server.py”, line 891, in serve
http_server = loop.run_until_complete(server_coroutine)
File “C:\Users\ayman\anaconda3\envs\rasa\lib\asyncio\base_events.py”, line 616, in run_until_complete
return future.result()
File “C:\Users\ayman\anaconda3\envs\rasa\lib\asyncio\base_events.py”, line 1463, in create_server
raise OSError(err.errno, 'error while attempting ’
OSError: [Errno 10048] error while attempting to bind on addr
Hi i made a minor mistake, tried running rasa source and rasa x. when i actually wanted to run rasa action server and rasa x =)
So i did rasa run instead of rasa run actions. Ty for trying to help out