Error after training

I have got this error and not sure how to solve, kindly help

(most recent call last): File “c:\users\diganth\deekshachatbot\venv\lib\site-packages\sanic\server.py”, line 860, in serve http_server = loop.run_until_complete(server_coroutine) File “C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0\lib\asyncio\base_events.py”, line 616, in run_until_complete return future.result() File “C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.2800.0_x64__qbz5n2kfra8p0\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 address (‘0.0.0.0’, 5005): only one usage of each socket address (protocol/network address/port) is normally permitted

@deeksha1 you will get this error again and again. for the solution you need to close the running server or terminal and re-run the rasa server and the error will be gone or check the port 5005 is it running somewhere?

Pointer: 1 server one run or if you want to run another projects make change the port to 5006 or 5007 then you can run both 5005 and 5006 simultaneously.

Good Luck. I hope this will solve your issue.

1 Like

Thank you.

@deeksha1 please close this thread as a reference for others. Thanks.

1 Like