WindowsAgentArena icon indicating copy to clipboard operation
WindowsAgentArena copied to clipboard

Error when running azure

Open RyanW124 opened this issue 3 months ago • 0 comments

Has anyone encountered this error when running run_azure.py

Process Process-1:
Traceback (most recent call last):
  File "/home/dtarcug/miniconda3/envs/winarena/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap
    self.run()
  File "/home/dtarcug/miniconda3/envs/winarena/lib/python3.9/multiprocessing/process.py", line 108, in run
    self._target(*self._args, **self._kwargs)
  File "/mnt/sata1/dtarcug/WindowsAgentArena/scripts/run_azure.py", line 183, in launch_vm_and_job
    run.wait_for_completion(show_output=False)
  File "/home/dtarcug/miniconda3/envs/winarena/lib/python3.9/site-packages/azureml/core/run.py", line 882, in wait_for_completion
    raise ActivityFailedException(error_details=json.dumps(error, indent=4))
azureml.exceptions._azureml_exception.ActivityFailedException: ActivityFailedException:
        Message: Activity Failed:
{
    "error": {
        "code": "UserError",
        "message": "UserErrorException:\n\tMessage: \nError Code: ScriptExecution.StreamAccess.NotFound\nNative Error: error in streaming from input data sources\n\tStreamError(NotFound)\n=> stream not found\n\tNotFound\nError Message: The requested stream was not found. Please make sure the request uri is correct.| session_id=eae977ec-e779-4545-8921-b2ce0c02458f\n\tInnerException None\n\tErrorResponse \n{\n    \"error\": {\n        \"code\": \"UserError\",\n        \"message\": \"\\nError Code: ScriptExecution.StreamAccess.NotFound\\nNative Error: error in streaming from input data sources\\n\\tStreamError(NotFound)\\n=> stream not found\\n\\tNotFound\\nError Message: The requested stream was not found. Please make sure the request uri is correct.| session_id=eae977ec-e779-4545-8921-b2ce0c02458f\"\n    }\n}",
        "messageParameters": {},
        "details": []
    },
    "time": "0001-01-01T00:00:00.000Z",
    "componentName": "CommonRuntime"
}
        InnerException None
        ErrorResponse 
{
    "error": {
        "message": "Activity Failed:\n{\n    \"error\": {\n        \"code\": \"UserError\",\n        \"message\": \"UserErrorException:\\n\\tMessage: \\nError Code: ScriptExecution.StreamAccess.NotFound\\nNative Error: error in streaming from input data sources\\n\\tStreamError(NotFound)\\n=> stream not found\\n\\tNotFound\\nError Message: The requested stream was not found. Please make sure the request uri is correct.| session_id=eae977ec-e779-4545-8921-b2ce0c02458f\\n\\tInnerException None\\n\\tErrorResponse \\n{\\n    \\\"error\\\": {\\n        \\\"code\\\": \\\"UserError\\\",\\n        \\\"message\\\": \\\"\\\\nError Code: ScriptExecution.StreamAccess.NotFound\\\\nNative Error: error in streaming from input data sources\\\\n\\\\tStreamError(NotFound)\\\\n=> stream not found\\\\n\\\\tNotFound\\\\nError Message: The requested stream was not found. Please make sure the request uri is correct.| session_id=eae977ec-e779-4545-8921-b2ce0c02458f\\\"\\n    }\\n}\",\n        \"messageParameters\": {},\n        \"details\": []\n    },\n    \"time\": \"0001-01-01T00:00:00.000Z\",\n    \"componentName\": \"CommonRuntime\"\n}"
    }
}

The compute instance is successfully created and the job is also started but it gets interrupted by this error.

RyanW124 avatar Oct 10 '25 02:10 RyanW124