FaisalDefry

Results 9 comments of FaisalDefry

Ah, okay. That explain the specific project that throw the error. But for the “default” project and some other project who didnt get the request after i change the anotation,...

Nevermind, i think i found the problem. It looks like if we already set the route to mode "passtrough" . the controller won't change it to "edge". Is it the...

Hi, sure i'll provide you more info tomorrow. About the raw_string function, if i not use that somehow string 'C:\windows\temp\dir.txt' is interpreted as 'C:\windows emp\dir.txt' by the c.run_executable function eventhough...

Hi, sorry for the late response. it seems PAExec process is still running along with the Powershell.exe process. By the way, not sure if this info will be any help....

> can you try doing the following? Hi, i got this following errors both on python2 or python3 ``` (TMP) [root@ansible-vcenter tmp]# python2 pstest.py Traceback (most recent call last): File...

Hi it's still stuck on ``` --- import 'pypsexec.rpc' # import 'pypsexec.scmr' # # trying /tmp/queue.cpython-36m-x86_64-linux-gnu.so # trying /tmp/queue.abi3.so # trying /tmp/queue.so # trying /tmp/queue.py # trying /tmp/queue.pyc # trying...

It happens on all commands, even on simple command like “hostname”. Btw, i found out something again. When using psexec or winexe, the hanging process would exit normally if we...

> So did you try that example I gave you that used -EncodedCommand? Yes, it's still stuck. So the workaround that i've found is : - Upgrade powershell and .net...