Find more posts tagged with
Sort by:
1 - 2 of
21
Hi @Zuka1
You can also try out the alternative examples under Developer Day Resources
These examples use my Session helper class which also outputs session events and status information - which may provide useful information.
In addition to this you can enable logging for the session in case you need additional diagnostics e.g.
mySession = get_session("deployed")
#mySession.set_log_level(6)
mySession.open()
Sort by:
1 - 1 of
11
I got the same message but after adding the correct TCP port, it works.
rdp.open_deployed_platform_session(
"<app key>",
"192.168.27.16:15000",
"user01"
)
15000 is my TREP port for WebSocket.
@Zuka1
I got the same message but after adding the correct TCP port, it works.
15000 is my TREP port for WebSocket.