Command: powershell -NoProfile -Command "$r='C:\Users\ash\Documents\ShopeeApi';Write-Output '---VENV---';Get-ChildItem -LiteralPath $r -Force -Directory | Where-Object {$_.Name -match 'venv|env'} | Select-Object FullName;Get-ChildItem -LiteralPath $r -File | Where-Object {$_.Name -match 'start|run|requirements|pyproject'} | Select-Object Name,FullName;Write-Output '---PYTHONS---';Get-ChildItem -LiteralPath $r -Recurse -Filter python.exe -ErrorAction SilentlyContinue | Select-Object -First 10 FullName;Write-Output '---UVICORN---';Get-ChildItem -LiteralPath $r -Recurse -Filter uvicorn.exe -ErrorAction SilentlyContinue | Select-Object -First 10 FullName;Write-Output '---STARTS---';Get-ChildItem -LiteralPath $r -File -Include *.ps1,*.bat,*.cmd -Recurse -ErrorAction SilentlyContinue | Where-Object {$_.Name -match 'start|run'} | Select-Object -First 30 FullName"
Directory: projects
Status: TIMEOUT
Exit code: -1
Cancel Job Rerun Command Refresh
---VENV--- FullName -------- C:\Users\ash\Documents\ShopeeApi\.venv C:\Users\ash\Documents\ShopeeApi\app-restart2.err.log C:\Users\ash\Documents\ShopeeApi\app-restart2.out.log C:\Users\ash\Documents\ShopeeApi\app-restart3.err.log C:\Users\ash\Documents\ShopeeApi\app-restart3.out.log C:\Users\ash\Documents\ShopeeApi\app-restart4.err.log C:\Users\ash\Documents\ShopeeApi\app-restart4.out.log C:\Users\ash\Documents\ShopeeApi\app-restart5.err.log C:\Users\ash\Documents\ShopeeApi\app-restart5.out.log C:\Users\ash\Documents\ShopeeApi\app-start.err.log C:\Users\ash\Documents\ShopeeApi\app-start.out.log C:\Users\ash\Documents\ShopeeApi\app-start2.err.log C:\Users\ash\Documents\ShopeeApi\app-start2.out.log C:\Users\ash\Documents\ShopeeApi\app-venv-restart.err.log C:\Users\ash\Documents\ShopeeApi\app-venv-restart.out.log C:\Users\ash\Documents\ShopeeApi\requirements.txt C:\Users\ash\Documents\ShopeeApi\run.ps1 C:\Users\ash\Documents\ShopeeApi\shopee-restart.err.log C:\Users\ash\Documents\ShopeeApi\shopee-restart.out.log C:\Users\ash\Documents\ShopeeApi\start-docker.ps1 C:\Users\ash\Documents\ShopeeApi\start-server.bat C:\Users\ash\Documents\ShopeeApi\start-shopee-api.ps1 ---PYTHONS--- C:\Users\ash\Documents\ShopeeApi\.venv\Scripts\python.exe C:\Users\ash\Documents\ShopeeApi\print_agent\.build-ve...