saucepleez / taskt

taskt (pronounced 'tasked' and formely sharpRPA) is free and open-source robotic process automation (rpa) built in C# powered by the .NET Framework
http://www.taskt.net/
1.1k stars 352 forks source link

running throw error on WebSocketClient.cs #232

Closed mondemonde closed 3 years ago

mondemonde commented 4 years ago

Whenever i run the script ,I get this error...

image

websocket is null.

So in order to continue I just bypass it , image

What is this websocket for? is this for the taskt server workforce?

image

but I do not have it.

Obviously I'm just new here.

Thanks.

billxiao commented 4 years ago

I got the same exception.

AnuradhaOpenRPA commented 4 years ago

I too got the same exception.

saucepleez commented 3 years ago

Hello, this should be resolved, there is now a null check for the web socket connection. Not sure why this cropped up suddenly?