Please I need help using the API
Hi guys,
I added the API to my Blazor saver app and generated an API key for it, but my browser is showing the error below, Please how do I fix this? Thanks
SocketException: No connection could be made because the target machine actively refused it.
System.Net.Sockets.Socket+AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
HttpRequestException: No connection could be made because the target machine actively refused it. (localhost:5001)
System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(string host, int port, HttpRequestMessage initialRequest, bool async, CancellationToken cancellationToken)
brother im facing the same error
I have just been able to get the page to show by commenting the line showing the error, but not generating images still.