You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2021-04-10 14:49:24 INFO root - Rasa server is up and running.
Bot loaded. Type a message and press enter (use '/stop' to exit):
Unable to start server
Traceback (most recent call last):
File "d:\users\anaconda3\envs\project1\lib\asyncio\base_events.py", line 1073, in create_server
sock.bind(sa)
OSError: [WinError 10048] 通常每个套接字地址(协议/网络地址/端口)只允许使用一次。
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "d:\users\anaconda3\envs\project1\lib\site-packages\sanic\server.py", line 895, in serve
http_server = loop.run_until_complete(server_coroutine)
File "d:\users\anaconda3\envs\project1\lib\asyncio\base_events.py", line 488, in run_until_complete
return future.result()
File "d:\users\anaconda3\envs\project1\lib\asyncio\base_events.py", line 1077, in create_server
% (sa, err.strerror.lower()))
OSError: [Errno 10048] error while attempting to bind on address ('0.0.0.0', 5005): 通常每个套接字地址(协议/网络地址/端 口)只允许使用一次。
The text was updated successfully, but these errors were encountered:
2021-04-10 14:49:24 INFO root - Rasa server is up and running.
Bot loaded. Type a message and press enter (use '/stop' to exit):
Unable to start server
Traceback (most recent call last):
File "d:\users\anaconda3\envs\project1\lib\asyncio\base_events.py", line 1073, in create_server
sock.bind(sa)
OSError: [WinError 10048] 通常每个套接字地址(协议/网络地址/端口)只允许使用一次。
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "d:\users\anaconda3\envs\project1\lib\site-packages\sanic\server.py", line 895, in serve
http_server = loop.run_until_complete(server_coroutine)
File "d:\users\anaconda3\envs\project1\lib\asyncio\base_events.py", line 488, in run_until_complete
return future.result()
File "d:\users\anaconda3\envs\project1\lib\asyncio\base_events.py", line 1077, in create_server
% (sa, err.strerror.lower()))
OSError: [Errno 10048] error while attempting to bind on address ('0.0.0.0', 5005): 通常每个套接字地址(协议/网络地址/端 口)只允许使用一次。
The text was updated successfully, but these errors were encountered: