kenakamu / UCWA2.0-CS

C# library for UCWA 2.0
MIT License
24 stars 13 forks source link

SFB Connector is going offline #59

Open RajaniJillaGit opened 5 years ago

RajaniJillaGit commented 5 years ago

Hi Team,

We have downloaded the connector and have hosted this scheduler which always keeps the user online on Azure web job. However, we are observing the user is going offline often and only after restart of web job, user is coming online. After enabling logs, below are the details that are captured and are not helping to dig in to the issue.

image image

Would be helpful if you can provide any insight on this.

baywet commented 5 years ago

Hi @RajaniJillaGit This error doesn't provide a lot of information. Any chance you could provide a bigger stack trace?

dipincluster commented 5 years ago

@baywet @kenakamu Getting the Same Issue , and this is the Stack Trace

System.NullReferenceException: Object reference not set to an instance of an object. at Microsoft.Skype.UCWA.UCWAClient.d__421.MoveNext() in D:\UnileverUnabot\SFB\MultiPoolSFBConnector-Final\SFBConnector\UCWASDK\UCWAClient.cs:line 646

at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Task.Wait() at SFBConnector.CustomConnector.Signin(String username, String password) in D:\UnileverUnabot\SFB\MultiPoolSFBConnector-Final\SFBConnector\TestClient\CustomConnector.cs:line 394