I can't Connect to The API.

 

I was developing with an API, but my demo account was closed because I wasn't trading. I wanted to open a new demo account and continue developing, but the connect request is returning a 201 error.

What's the problem?

Request;
 mt5.mtapi.io/Connect?user=....&password=....&host=78.140.180.198&port=443

201 Return;
{"nodeName":"tc-worker-3","user":....,"message":"Disconnected: Cannot access a disposed object.\nObject name: 'System.Net.Sockets.Socket'.. Process: ConnectThread started, connecting to server 78.140.180.198:443, socket opened 78.140.180.198:443, send login (tc-worker-3:10009969769)","code":"CONNECT_ERROR","stackTrace":"   at mtapi.mt5.ConnectorTask.run(String host, Int32 port, CancellationToken cancellation)\n   at mtapi.mt5.MT5API.ConnectInTask(CancellationToken cancellation)\n   at mtapi.mt5.MT5API.ConnectAsync()\n   at mt5rest.Connection.ConnectInternal(UInt64 user, String password, String host, Int32 port, Byte[] pfxFile, String pfxFilePassword, String id, String hardwareId, Int32 build, String otp, Int32 connectTimeoutSeconds) in /src/mt5rest/Controllers/Connection.cs:line 1207\n   at mt5rest.Connection.Connect(UInt64 user, String password, String host, Int32 port, String id, String hardwareId, Int32 build, String otp, Int32 connectTimeoutSeconds, Boolean downloadOrderHistory, Boolean reconnectOnSymbolUpdate) in /src/mt5rest/Controllers/Connection.cs:line 624"}