Why failed Submission #285113

Evaluation failed with exit code 1. I hope I can take a look at the error message

This is the error traceback.

2025-05-17 14:38:24.988	
Traceback (most recent call last):
2025-05-17 14:38:24.988	
Exception ignored in: <function AbsReranker.__del__ at 0x7f20841e0d30>
2025-05-17 14:38:23.355	
TypeError: 'NoneType' object is not iterable
2025-05-17 14:38:23.355	
    all_results.extend(batch_results)
2025-05-17 14:38:23.355	
  File "/aicrowd-source/agents/myvlm.py", line 342, in batch_output
2025-05-17 14:38:23.355	
    responses = self.model.batch_output(messages, images=batch_images, adapter_name=adapter,max_new_tokens=max_new_tokens,temperature=temperature)
2025-05-17 14:38:23.355	
  File "/aicrowd-source/agents/my_agents.py", line 390, in get_response
2025-05-17 14:38:23.355	
    response = self.get_response(new_batch_query, new_batch_image,"",adapter = adapter)
2025-05-17 14:38:23.355	
  File "/aicrowd-source/agents/my_agents.py", line 201, in batch_generate_response
2025-05-17 14:38:23.355	
    return fn(*args, **kwargs)
2025-05-17 14:38:23.355	
  File "/aicrowd-source/launcher.py", line 161, in run_with_timeout
2025-05-17 14:38:23.355	
    return run_with_timeout(
2025-05-17 14:38:23.355	
  File "/aicrowd-source/launcher.py", line 125, in batch_generate_response
2025-05-17 14:38:23.355	
    return method(*args, **kwargs)
2025-05-17 14:38:23.355	
  File "/usr/local/lib/python3.10/site-packages/aicrowd_gym/clients/base_oracle_client.py", line 144, in execute
2025-05-17 14:38:23.355	
    return self.execute(target_attribute, *args, **kwargs)
2025-05-17 14:38:23.355	
  File "/usr/local/lib/python3.10/site-packages/aicrowd_gym/clients/base_oracle_client.py", line 131, in route_agent_request
2025-05-17 14:38:23.355	
    "data": self.route_agent_request(
2025-05-17 14:38:23.355	
  File "/usr/local/lib/python3.10/site-packages/aicrowd_gym/clients/base_oracle_client.py", line 101, in process_request
2025-05-17 14:38:23.355	
    raw_response, status, message = self.process_request(
2025-05-17 14:38:23.355	
  File "/usr/local/lib/python3.10/site-packages/aicrowd_gym/clients/base_oracle_client.py", line 195, in run_agent
2025-05-17 14:38:23.355	
    oracle_client.run_agent()
2025-05-17 14:38:23.355	
  File "/aicrowd-source/launcher.py", line 178, in serve
2025-05-17 14:38:23.355	
    serve()
2025-05-17 14:38:23.355	
  File "/aicrowd-source/launcher.py", line 191, in main
2025-05-17 14:38:23.355	
    main()
2025-05-17 14:38:23.355	
  File "/aicrowd-source/launcher.py", line 198, in <module>
2025-05-17 14:38:23.355	
    raise exc
2025-05-17 14:38:23.355	
  File "/aicrowd-source/launcher.py", line 213, in <module>
2025-05-17 14:38:23.355	
Traceback (most recent call last):