Job 1788306035259

Command: python -c "from pathlib import Path;import re;root=Path('..');hits=[p for p in root.rglob('setup_sheet_relay.py') if p.is_file()];print('HITS='+'|'.join(map(str,hits[:20])));p=hits[0] if hits else None;s=p.read_text(encoding='utf-8',errors='replace') if p else '';lines=s.splitlines();keys=('web-app','spreadsheet','relay','script','deploy','config','poll');out=[];\nfor i,x in enumerate(lines,1):\n if any(k in x.lower() for k in keys):\n y=re.sub(r'(https?://[^\\s\\\"\\\']+)','<URL_REDACTED>',x);y=re.sub(r'([A-Za-z0-9_-]{24,})','<REDACTED_LONG>',y);out.append(f'{i}:{y[:300]}');\nprint('ANCHORS\\n'+'\\n'.join(out[:220]))"
Directory: projects
Status: FAILED
Exit code: 1

Cancel Job Rerun Command Refresh

The system cannot find the file specified.