Job 1788129802629

Command: powershell -NoProfile -Command "$root='C:\Users\ash\Documents\Codex\2026-08-26\LaptopBridge-DEV';$err=Join-Path $root 'bridge-data\dev-bridge.stderr.log';$out=Join-Path $root 'bridge-data\dev-bridge.stdout.log';Write-Output ('PORT8765='+[bool](Get-NetTCPConnection -LocalPort 8765 -State Listen -ErrorAction SilentlyContinue));Write-Output ('PORT8766='+[bool](Get-NetTCPConnection -LocalPort 8766 -State Listen -ErrorAction SilentlyContinue));if(Test-Path $err){Write-Output '---STDERR---';Get-Content -LiteralPath $err -Tail 80};if(Test-Path $out){Write-Output '---STDOUT---';Get-Content -LiteralPath $out -Tail 40}"
Directory: projects
Status: SUCCESS
Exit code: 0

Cancel Job Rerun Command Refresh

PORT8765=True
PORT8766=False
---STDERR---
Traceback (most recent call last):
  File "C:\Users\ash\Documents\Codex\2026-08-26\LaptopBridge-DEV\bridge.py", line 137, in <module>
    CONFIG = load_config()
             ^^^^^^^^^^^^^
  File "C:\Users\ash\Documents\Codex\2026-08-26\LaptopBridge-DEV\bridge.py", line 57, in load_config
    config = json.load(f)
             ^^^^^^^^^^^^
  File "C:\Users\ash\AppData\Local\Programs\Python\Python312\Lib\json\__init__.py", line 293, in load
    return loads(fp.read(),
           ^^^^^^^^^^^^^^^^
  File "C:\Users\ash\AppData\Local\Programs\Python\Python312\Lib\json\__init__.py", line 335, in loads
    raise JSONDecodeError("Unexpected UTF-8 BOM (decode using utf-8-sig)",
json.decoder.JSONDecodeError: Unexpected UTF-8 BOM (decode using utf-8-sig): line 1 column 1 (char 0)
---STDOUT---