Rasa server ERROR from asyncio

Hi all ! I am getting some error from source code of rasa on rasa run server, I am mentioning those errors below pl help me to resolve these errors, as these errors restarts the session and bot loses the context. I am using following versions: Rasa Version : 2.6.0 Rasa SDK Version : 2.6.0 Python Version : 3.8.0

Error type 1

[ERROR]  Exception in callback _ProactorReadPipeTransport._loop_reading(<_OverlappedF...ttings\n\n\n'>)
handle: <Handle _ProactorReadPipeTransport._loop_reading(<_OverlappedF...ttings\n\n\n'>)>
Traceback (most recent call last):
  File "C:\Program Files\Python38\lib\asyncio\events.py", line 81, in _run
    self._context.run(self._callback, *self._args)
  File "C:\Program Files\Python38\lib\asyncio\proactor_events.py", line 318, in _loop_reading
    self._data_received(data)
  File "C:\Program Files\Python38\lib\asyncio\proactor_events.py", line 269, in _data_received
    self._protocol.data_received(data)
  File "c:\purplebot_env2\lib\site-packages\sanic\server.py", line 312, in data_received
    self.parser.feed_data(data)
  File "httptools\parser\parser.pyx", line 199, in httptools.parser.parser.HttpParser.feed_data
httptools.parser.errors.HttpParserUpgrade: 181

Error Type 2:

[ERROR]  Accept failed on a socket
socket: <asyncio.TransportSocket fd=6044, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('0.0.0.0', 5002)>
Traceback (most recent call last):
  File "C:\Program Files\Python38\lib\asyncio\proactor_events.py", line 801, in loop
    conn, addr = f.result()
  File "C:\Program Files\Python38\lib\asyncio\windows_events.py", line 562, in accept_coro
    await future
  File "C:\Program Files\Python38\lib\asyncio\windows_events.py", line 808, in _poll
    value = callback(transferred, key, ov)
  File "C:\Program Files\Python38\lib\asyncio\windows_events.py", line 551, in finish_accept
    ov.getresult()
OSError: [WinError 64] The specified network name is no longer available

@stephens Pl help ASAP. I am badly stuck.

I suspect this is Windows related. Can’t help with windows issues.