I got below error code 500 "Internal Server Error" Is there any guidance?
[32mINFO[0m: 127.0.0.1:53539 - "[1mPOST /messages/00966546462471 HTTP/1.1[0m" [91m500 Internal Server Error[0m [31mERROR[0m: Exception in ASGI application Traceback (most recent call last): File "C:\Users\Admin\AppData\Local\Programs\Python\Python37\lib\site-packages\uvicorn-0.11.8-py3.7.egg\uvicorn\protocols\http\h11_impl.py", line 388, in run_asgi result = await app(self.scope, self.receive, self.send) File "C:\Users\Admin\AppData\Local\Programs\Python\Python37\lib\site-packages\uvicorn-0.11.8-py3.7.egg\uvicorn\middleware\proxy_headers.py", line 45, in __call__ return await self.app(scope, receive, send) File "C:\Users\Admin\AppData\Local\Programs\Python\Python37\lib\site-packages\fastapi-0.58.1-py3.7.egg\fastapi\applications.py", line 171, in __call__ await super().__call__(scope, receive, send) File "C:\Users\Admin\AppData\Local\Programs\Python\Python37\lib\site-packages\starlette-0.13.4-py3.7.egg\starlette\applications.py", line 102, in __call__ await self.middleware_stack(scope, receive, send) File "C:\Users\Admin\AppData\Local\Programs\Python\Python37\lib\site-packages\starlette-0.13.4-py3.7.egg\starlette\middleware\errors.py", line 181, in __call__ raise exc from None File "C:\Users\Admin\AppData\Local\Programs\Python\Python37\lib\site-packages\starlette-0.13.4-py3.7.egg\starlette\middleware\errors.py", line 159, in __call__ await self.app(scope, receive, _send) File "C:\Users\Admin\AppData\Local\Programs\Python\Python37\lib\site-packages\starlette-0.13.4-py3.7.egg\starlette\exceptions.py", line 82, in __call__ raise exc from None File "C:\Users\Admin\AppData\Local\Programs\Python\Python37\lib\site-packages\starlette-0.13.4-py3.7.egg\starlette\exceptions.py", line 71, in __call__ await self.app(scope, receive, sender) File "C:\Users\Admin\AppData\Local\Programs\Python\Python37\lib\site-packages\starlette-0.13.4-py3.7.egg\starlette\routing.py", line 550, in __call__ await route.handle(scope, receive, send) File "C:\Users\Admin\AppData\Local\Programs\Python\Python37\lib\site-packages\starlette-0.13.4-py3.7.egg\starlette\routing.py", line 227, in handle await self.app(scope, receive, send) File "C:\Users\Admin\AppData\Local\Programs\Python\Python37\lib\site-packages\starlette-0.13.4-py3.7.egg\starlette\routing.py", line 41, in app response = await func(request) File "C:\Users\Admin\AppData\Local\Programs\Python\Python37\lib\site-packages\fastapi-0.58.1-py3.7.egg\fastapi\routing.py", line 197, in app dependant=dependant, values=values, is_coroutine=is_coroutine File "C:\Users\Admin\AppData\Local\Programs\Python\Python37\lib\site-packages\fastapi-0.58.1-py3.7.egg\fastapi\routing.py", line 147, in run_endpoint_function return await dependant.call(**values) File "C:\Users\Admin\AppData\Local\Programs\Python\Python37\lib\site-packages\signal_cli_rest_api-0.1.97-py3.7.egg\signal_cli_rest_api\app\api\api_v1\endpoints\messages.py", line 50, in send_message response = await run_signal_cli_command(cmd) File "C:\Users\Admin\AppData\Local\Programs\Python\Python37\lib\site-packages\signal_cli_rest_api-0.1.97-py3.7.egg\signal_cli_rest_api\app\utils.py", line 73, in run_signal_cli_command process = await asyncio.subprocess.create_subprocess_shell(full_cmd, stdout=asyncio.subprocess.PIPE, stderr=asyncio.subprocess.PIPE) File "C:\Users\Admin\AppData\Local\Programs\Python\Python37\lib\asyncio\subprocess.py", line 202, in create_subprocess_shell stderr=stderr, **kwds) File "C:\Users\Admin\AppData\Local\Programs\Python\Python37\lib\asyncio\base_events.py", line 1510, in subprocess_shell protocol, cmd, True, stdin, stdout, stderr, bufsize, **kwargs) File "C:\Users\Admin\AppData\Local\Programs\Python\Python37\lib\asyncio\base_events.py", line 462, in _make_subprocess_transport raise NotImplementedError NotImplementedError