Command: powershell -NoProfile -Command "$r='C:\Users\ash\Documents\ShopeeApi'; Get-FileHash ($r+'\app\main.py') -Algorithm SHA256 | Select-Object Path,Hash | ConvertTo-Json -Compress; Get-FileHash ($r+'\app\db.py') -Algorithm SHA256 | Select-Object Path,Hash | ConvertTo-Json -Compress; $c=Get-NetTCPConnection -LocalPort 8132 -State Listen -ErrorAction SilentlyContinue; if($c){Get-CimInstance Win32_Process -Filter ('ProcessId='+$c.OwningProcess) | Select-Object ProcessId,CommandLine | ConvertTo-Json -Compress}"
Directory: projects
Status: SUCCESS
Exit code: 0
Cancel Job Rerun Command Refresh
Get-FileHash : The term 'Get-FileHash' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:40
+ $r='C:\Users\ash\Documents\ShopeeApi'; Get-FileHash ($r+'\app\main.py ...
+ ~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Get-FileHash:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Get-FileHash : The term 'Get-FileHash' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:145
+ ... ect-Object Path,Hash | ConvertTo-Json -Compress; Get-FileHash ($r+'\a ...
+ ~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Get-FileHash:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
{"ProcessId":10328,"CommandLine":"\"C:\\Users\\ash\\AppData\\Local\\Programs\\Python\\Python312\\python.exe\" -m uvicorn app.main:app --host 127.0.0.1 --port 8132"}