grdp icon indicating copy to clipboard operation
grdp copied to clipboard

No connect after connect in web

Open yuancpfive opened this issue 3 years ago • 5 comments

Hi, I run your project but get a problem, after run main.go in example folder and brower 127.0.0.1:8088, I got OnConnect 1 resume OnConnect 2 OnConnect 3 resume OnConnect 4 in terminal, how do i do to run it? thanks

yuancpfive avatar May 10 '21 07:05 yuancpfive

Hi, I run your project but get a problem, after run main.go in example folder and brower 127.0.0.1:8088, I got OnConnect 1 resume OnConnect 2 OnConnect 3 resume OnConnect 4 in terminal, how do i do to run it? thanks

refresh brower and retry This is a problem using the socketio method I'll solve it later when I have time

tomatome avatar May 10 '21 08:05 tomatome

@tomatome when I connect remote windows desktop, the broswer seem to be stoped, and I only can see a picture that loading windows, and it will not going on, noting change and can't control remote window desktop also. At last, the broser show toast undefined and exit the remote control view.

is this as same as when you test this code? or does this code work properly?

yuancpfive avatar May 10 '21 09:05 yuancpfive

@tomatome when I connect remote windows desktop, the broswer seem to be stoped, and I only can see a picture that loading windows, and it will not going on, noting change and can't control remote window desktop also. At last, the broser show toast undefined and exit the remote control view.

is this as same as when you test this code? or does this code work properly?

The rdp authentication protocol may be wrong, Standard RDP Authentication/SSL Authentication。 example/main.go:
g.x224.SetRequestedProtocol(x224.PROTOCOL_RDP) //g.x224.SetRequestedProtocol(x224.PROTOCOL_SSL)

tomatome avatar May 10 '21 11:05 tomatome

I run example/main.go directly, and do not modify the code yet, the code in main.go is use g.x224.SetRequestedProtocol(x224.PROTOCOL_RDP).

My environment is : rdp client: win10 rdp server: win7

Is there some wrong with my computer?

yuancpfive avatar May 10 '21 12:05 yuancpfive

@yuancpfive did you get it working? I'm facing the same issue

shreevari avatar Jan 18 '22 05:01 shreevari