Can anyone explain the reason of my submission failure(single-source-augmentation/submissions/284688) ?

I follow the submission guidelines and don’t understand the error info:
“/aicrowd-source is empty or does not exist.” Thanks

Traceback (most recent call last):
File “<private_file>”, line 213, in
raise exc
File “<private_file>”, line 198, in
main()
File “<private_file>”, line 191, in main
serve()
File “<private_file>”, line 178, in serve
oracle_client.run_agent()
File “<private_file>”, line 195, in run_agent
raw_response, status, message = self.process_request(
File “<private_file>”, line 101, in process_request
“data”: self.route_agent_request(
File “<private_file>”, line 131, in route_agent_request
return self.execute(target_attribute, *args, **kwargs)
File “<private_file>”, line 144, in execute
return method(*args, **kwargs)
File “<private_file>”, line 125, in batch_generate_response
return run_with_timeout(
File “<private_file>”, line 161, in run_with_timeout
return fn(*args, **kwargs)
File “<private_file>”, line 329, in batch_generate_response
rag_inputs = self.prepare_rag_enhanced_inputs(
File “<private_file>”, line 219, in prepare_rag_enhanced_inputs
results = self.search_pipeline(search_query, k=<private_test_file>)
File “<private_file>”, line 1379, in call
return self.run_single(inputs, preprocess_params, forward_params, postprocess_params)
File “<private_file>”, line 1386, in run_single
model_outputs = self.forward(model_inputs, **forward_params)
File “<private_file>”, line 1286, in forward
model_outputs = self._forward(model_inputs, **forward_params)
File “<private_file>”, line 143, in _forward
raise ValueError(
ValueError: <sensitive_data>

It seems like you are trying to access the web search results for task 1. Please note that only image searches are available for task 1. Web search is supported for task 2 and 3.

Thanks, I have solved this problem and made a graded submission.