Job 1788603253701

Command: powershell -NoProfile -ExecutionPolicy Bypass -Command "$ErrorActionPreference='Stop';$f='G:\My Drive\ShopeeOperations_ChatGPT_Bridge\state\sheet_bridge_bootstrap.json';if(-not(Test-Path $f)){throw 'BOOTSTRAP_PATH_NOT_FOUND'};$b=Get-Content $f -Raw|ConvertFrom-Json;$base=[string]$b.endpoint;$key=[uri]::EscapeDataString([string]$b.relay_key);$target=[uri]::EscapeDataString([string]$b.target);$o=[ordered]@{config_id=$b.config_id};foreach($a in @('status','poll')){try{$u=$base+'?action='+$a+'&key='+$key+'&target='+$target;$sw=[Diagnostics.Stopwatch]::StartNew();$r=Invoke-WebRequest -UseBasicParsing -Uri $u -TimeoutSec 15;$sw.Stop();$o[$a]=[ordered]@{http=[int]$r.StatusCode;ms=$sw.ElapsedMilliseconds;body=$r.Content}}catch{$o[$a]=[ordered]@{error=$_.Exception.Message}}};Write-Output ($o|ConvertTo-Json -Compress -Depth 8)"
Directory: projects
Status: SUCCESS
Exit code: 0

Cancel Job Rerun Command Refresh

{"config_id":"phonebridge-standalone-v8-v2","status":{"error":"The remote server returned an error: (404) Not Found."},"poll":{"error":"The remote server returned an error: (404) Not Found."}}