Timeout error when loading word to vec google model

i am trying to load word2vec embedding in custom action file it is working fine there but on rasa shell it is giving timeout error how should i deal with it?

here is the error:-

2021-08-18 09:04:23 ERROR asyncio - Task exception was never retrieved future: <Task finished name=‘Task-2’ coro=<configure_app..run_cmdline_io() done, defined at /home/ubuntu/.local/lib/python3.8/site-packages/rasa/core/run.py:131> exception=TimeoutError()> Traceback (most recent call last): File “/home/ubuntu/.local/lib/python3.8/site-packages/rasa/core/run.py”, line 135, in run_cmdline_io await console.record_messages( File “/home/ubuntu/.local/lib/python3.8/site-packages/rasa/core/channels/console.py”, line 182, in record_messages async for response in bot_responses: File “/home/ubuntu/.local/lib/python3.8/site-packages/rasa/core/channels/console.py”, line 137, in send_message_receive_stream async for line in resp.content: File “/usr/local/lib/python3.8/dist-packages/aiohttp/streams.py”, line 39, in anext rv = await self.read_func() File “/usr/local/lib/python3.8/dist-packages/aiohttp/streams.py”, line 338, in readline await self._wait(“readline”) File “/usr/local/lib/python3.8/dist-packages/aiohttp/streams.py”, line 306, in _wait await waiter File “/usr/local/lib/python3.8/dist-packages/aiohttp/helpers.py”, line 656, in exit raise asyncio.TimeoutError from None asyncio.exceptions.TimeoutError

Have any other error msg?
The action server had any error msg? Can the action server work fine?

no other error msg, actually now i am trying to load the model using keyed vectors it helps and using a limit parameter also.