Richard Abrich
Richard Abrich
@KIRA009 ``` (openadapt-py3.10) abrichr@MacBook-Pro-5 OpenAdapt % python -m openadapt.app.dashboard.run Exception in thread Thread-1 (run_client): Traceback (most recent call last): File "/opt/homebrew/Cellar/[email protected]/3.10.14/Frameworks/Python.framework/Versions/3.10/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/opt/homebrew/Cellar/[email protected]/3.10.14/Frameworks/Python.framework/Versions/3.10/lib/python3.10/threading.py", line 953,...
I tried manually running `nvm use 21` then `poetry install-dashboard`: ``` (openadapt-py3.10) abrichr@MacBook-Pro-5 OpenAdapt % poetry run install-dashboard v21.7.3 is already installed. Now using node v21.7.3 (npm v10.5.0) No .nvmrc...
ChatGPT: --- In the provided `run.py` script, the main problem is related to the subprocess not finding the `node` executable, as seen from the error message `FileNotFoundError: [Errno 2] No...
``` (openadapt-py3.10) abrichr@MacBook-Pro-5 OpenAdapt % python -m openadapt.app.dashboard.run 00:21:40 [5/324] 2024-06-09 00:20:35.979 | INFO | __main__:run_client:36 - command='source /Users/abrichr/.nvm/nvm.sh && nvm use 21 && which node' Exception in thread Thread-1...
``` [1] WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 8] nodename nor servname provided, or not known')': /github-production-release-asset-2e65be/84940268/2b153889-5cf4-4337-98c9-f1510173ed63?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20240609%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240609T043502Z&X-Amz-Expires=300&X-Amz-Signature=3dc54c83faec73ada7252ea77b39b213ac468dc87b25cacc6f25c108c67a3bf2&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=84940268&response-content-disposition=attachment%3B%20filename%3Den_core_web_trf-3.7.3-py3-none-any.whl&response-content-type=application%2Foctet-stream...
Also refreshing the page does not refresh its state: (Nothing is happening on the backend): ``` [1] INFO: 127.0.0.1:52685 - "GET /api/recordings HTTP/1.1" 200 OK [1] INFO: 127.0.0.1:52686 - "GET...
# Workaround Click Apple Menu -> "System Settings " Select "Privacy and Security" Scroll down and click "Open Anyway": Authorize with password or fingerprint: Click Open: Click Allow:
``` pipeline = [adapters.openai, adapters.anthropic, adapters.google] for adapter in pipeline: evaluate(adapter) ```
@mtwichan see https://github.com/microsoft/OmniParser/pull/52/files for [`download.py`](https://github.com/microsoft/OmniParser/pull/52/files#diff-0754e2389b0a4982ce0106c260cf218699e6f2061105043cc24acc7398d1d38b), [`Dockerfile`](https://github.com/microsoft/OmniParser/pull/52/files#diff-dd2c0eb6ea5cfc6c4bd4eac30934e2d5746747af48fef6da689e85b752f39557), and [`deploy.py`](https://github.com/microsoft/OmniParser/pull/52/files#diff-5c9ed18af9a5f902219d12c3044ccb193c2c304a3748d02702889c2ca5703978).
Thank you @vishwamartur! Can you please paste some screenshots of visualize.py and the dashboard? Also can you please upload the HTML file produced with visualize.py --cleanup=False?