Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Safety error #74

Open
dctmfoo opened this issue Oct 23, 2024 · 7 comments
Open

Safety error #74

dctmfoo opened this issue Oct 23, 2024 · 7 comments

Comments

@dctmfoo
Copy link

dctmfoo commented Oct 23, 2024

No matter the prompt and in both windows and linux environments, I get this error a min after prompting it.

➡️ Open http://localhost:8080 in your browser to begin
2024-10-23 08:17:13.523 Uncaught app exception
Traceback (most recent call last):
File "/home/computeruse/.pyenv/versions/3.11.6/lib/python3.11/site-packages/streamlit/runtime/scriptrunner/exec_code.py", line 88, in exec_func_with_error_handling
result = func()
^^^^^^
File "/home/computeruse/.pyenv/versions/3.11.6/lib/python3.11/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 579, in code_to_exec
exec(code, module.dict)
File "/home/computeruse/computer_use_demo/streamlit.py", line 357, in
asyncio.run(main())
File "/home/computeruse/.pyenv/versions/3.11.6/lib/python3.11/asyncio/runners.py", line 190, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "/home/computeruse/.pyenv/versions/3.11.6/lib/python3.11/asyncio/runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/computeruse/.pyenv/versions/3.11.6/lib/python3.11/asyncio/base_events.py", line 653, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/home/computeruse/computer_use_demo/streamlit.py", line 213, in main
st.session_state.messages = await sampling_loop(
^^^^^^^^^^^^^^^^^^^^
File "/home/computeruse/computer_use_demo/loop.py", line 105, in sampling_loop
raw_response = client.beta.messages.with_raw_response.create(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/computeruse/.pyenv/versions/3.11.6/lib/python3.11/site-packages/anthropic/_legacy_response.py", line 377, in wrapped
return cast(LegacyAPIResponse[R], func(*args, **kwargs))
^^^^^^^^^^^^^^^^^^^^^
File "/home/computeruse/.pyenv/versions/3.11.6/lib/python3.11/site-packages/anthropic/_utils/_utils.py", line 274, in wrapper
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/home/computeruse/.pyenv/versions/3.11.6/lib/python3.11/site-packages/anthropic/resources/beta/messages/messages.py", line 896, in create
return self._post(
^^^^^^^^^^^
File "/home/computeruse/.pyenv/versions/3.11.6/lib/python3.11/site-packages/anthropic/_base_client.py", line 1277, in post
return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/computeruse/.pyenv/versions/3.11.6/lib/python3.11/site-packages/anthropic/_base_client.py", line 954, in request
return self._request(
^^^^^^^^^^^^^^
File "/home/computeruse/.pyenv/versions/3.11.6/lib/python3.11/site-packages/anthropic/_base_client.py", line 1058, in _request
raise self._make_status_error_from_response(err.response) from None
anthropic.BadRequestError: Error code: 400 - {'type': 'error', 'error': {'type': 'invalid_request_error', 'message': 'This action is temporarily not available at this time due to enhanced protections for the beta release.'}}

Here are some of the actions done by computer-use before it threw the above error

image

@dctmfoo
Copy link
Author

dctmfoo commented Oct 23, 2024

So far tried deleting the image and pulling again but no luck!

@dctmfoo
Copy link
Author

dctmfoo commented Oct 23, 2024

Strange that I get the exact error even after building docker image using the below instructions from Readme

./setup.sh # configure venv, install development dependencies, and install pre-commit hooks
docker build . -t computer-use-demo:local # manually build the docker image (optional)
export ANTHROPIC_API_KEY=%your_api_key%
docker run
-e ANTHROPIC_API_KEY=$ANTHROPIC_API_KEY
-v $(pwd)/computer_use_demo:/home/computeruse/computer_use_demo/ # mount local python module for development
-v $HOME/.anthropic:/home/computeruse/.anthropic
-p 5900:5900
-p 8501:8501
-p 6080:6080
-p 8080:8080
-it computer-use-demo:local # can also use ghcr.io/anthropics/anthropic-quickstarts:computer-use-demo-latest

@takielias
Copy link

Same here

@scamurcuoglu
Copy link

scamurcuoglu commented Oct 23, 2024

Same here as well, using the README development example on Linux. For me it happens after executing a few steps of the task I requested on the web page

@chrisgorgo
Copy link
Collaborator

The error This action is temporarily not available at this time due to enhanced protections for the beta release. is unrelated to the OS or environment. This is one of our safety interventions. Would you mind sharing what prompts and screenshots triggered it?

@chrisgorgo chrisgorgo changed the title Error running computer-use in both windows (docker desktop) and in wsl2 linux (docker) Safety error Oct 23, 2024
@scamurcuoglu
Copy link

For me the prompts that cause it are some variations of

"Go to gurulia.com, find mark dawson's profile and click on it to go to his profile page"

@chrisgorgo
Copy link
Collaborator

thanks - I was able to replicate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants