Command: powershell -NoProfile -ExecutionPolicy Bypass -Command "$ErrorActionPreference='Stop';$f=Get-ChildItem 'G:\My Drive' -Filter 'sheet_bridge_bootstrap.json' -File -Recurse -ErrorAction SilentlyContinue|Select-Object -First 1;if(-not $f){throw 'BOOTSTRAP_NOT_FOUND'};$b=Get-Content $f.FullName -Raw|ConvertFrom-Json;$base=[string]$b.endpoint;$key=[uri]::EscapeDataString([string]$b.relay_key);$target=[uri]::EscapeDataString([string]$b.target);$out=[ordered]@{config_id=$b.config_id;endpoint=$base};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 20;$sw.Stop();$out[$a]=[ordered]@{http=[int]$r.StatusCode;ms=$sw.ElapsedMilliseconds;body=$r.Content}}catch{$out[$a]=[ordered]@{error=$_.Exception.Message}}};$p='G:\My Drive\ChatGPT Bridge Data\artifacts\primary-sheet-diagnose-20260905-1813.json';$out|ConvertTo-Json -Depth 8|Set-Content -LiteralPath $p -Encoding UTF8;Write-Output ($out|ConvertTo-Json -Compress -Depth 8)"
Directory: projects
Status: SUCCESS
Exit code: 0
Cancel Job Rerun Command Refresh
{"config_id":"phonebridge-standalone-v8-v2","endpoint":"https://script.google.com/macros/s/AKfycbxTQeCuvgemXuOLLdMmSumF6ZDeDTw-uqlFiG7SyX6xFsbNz4nL-JNWNKvLeGVkmobcJg/exec","status":{"error":"The remote server returned an error: (404) Not Found."},"poll":{"error":"The remote server returned an error: (404) Not Found."}}