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'};$boot=Get-Content $f.FullName -Raw|ConvertFrom-Json;$u=([string]$boot.endpoint)+'?action=status&key='+[uri]::EscapeDataString([string]$boot.relay_key)+'&target=shopeeoperations-dev';$r=Invoke-WebRequest -UseBasicParsing -Uri $u -TimeoutSec 30;$o=[ordered]@{http_status=[int]$r.StatusCode;body=$r.Content;bootstrap_path=$f.FullName;config_id=$boot.config_id};$out='G:\My Drive\ChatGPT Bridge Data\artifacts\phonebridge-v8-endpoint-selftest.json';$o|ConvertTo-Json -Depth 5|Set-Content -LiteralPath $out -Encoding UTF8;Write-Output 'ENDPOINT_SELFTEST_WRITTEN'"
Directory: projects
Status: FAILED
Exit code: 1
Cancel Job Rerun Command Refresh
Invoke-WebRequest : The remote server returned an error: (404) Not Found.
At line:1 char:394
+ ... ons-dev';$r=Invoke-WebRequest -UseBasicParsing -Uri $u -TimeoutSec 30 ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
---
+ CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebExc
eption
+ FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand
---Invoke-WebRequest : The remote server returned an error: (404) Not Found.
At line:1 char:394
+ ... ons-dev';$r=Invoke-WebRequest -UseBasicParsing -Uri $u -TimeoutSec 30 ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebExc
eption
+ FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand