Job 1788598746612

Command: powershell -NoProfile -ExecutionPolicy Bypass -Command "$ErrorActionPreference='Stop';$boot=Get-Content 'G:\My Drive\ShopeeOperations ChatGPT Bridge\state\sheet_bridge_bootstrap.json' -Raw|ConvertFrom-Json;$ep=[string]$boot.endpoint;$key=[uri]::EscapeDataString([string]$boot.relay_key);$u=$ep+'?action=status&key='+$key+'&target=shopeeoperations-dev';$r=Invoke-WebRequest -UseBasicParsing -Uri $u -TimeoutSec 30;$o=[ordered]@{http_status=[int]$r.StatusCode;body=$r.Content;endpoint_host=([uri]$ep).Host};$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

Error Summary

    + CategoryInfo          : ObjectNotFound: (G:\My Drive\Sho..._bootstrap.json:String) [Get-Content], ItemNotFoundEx 
   ception
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetContentCommand
 
---
Get-Content : Cannot find path 'G:\My Drive\ShopeeOperations ChatGPT Bridge\state\sheet_bridge_bootstrap.json' because 
it does not exist.
At line:1 char:37
+ ... Stop';$boot=Get-Content 'G:\My Drive\ShopeeOperations ChatGPT Bridge\ ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (G:\My Drive\Sho..._bootstrap.json:String) [Get-Content], ItemNotFoundEx 
   ception
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetContentCommand