ResolveCollaboration icon indicating copy to clipboard operation
ResolveCollaboration copied to clipboard

server doesn't run on Windows 10

Open czyz opened this issue 4 years ago • 2 comments

I've been following the instructions for windows and got to this command.

"python rmc_server.py"

When I run that, "User Account Control" takes over the screen and asks if I want to let Python 3.9.5 make changes to my device. I click 'yes', and then I'm back to my screen waiting for a UI that never appears. The command doesn't exit, it just sits there.

Happy to provide more information if there's anything I can poke around and determine. rmc_client.py appears to run, or at least pops up a UI.

image

czyz avatar Jun 17 '21 03:06 czyz

Hah, ok, running Powershell as an administrator and then subsequently running that same "python .\rmc_server.py" command from within that administrator Powershell causes the UI to appear. Maybe something's wrong with elevate?

czyz avatar Jun 17 '21 03:06 czyz

Following the docs it worked without a problem for me. I am unsure of what happened to you here.

DesertCookie avatar Jun 29 '21 16:06 DesertCookie