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

submission worker error : 'NoneType' object has no attribute 'get' #2347

Closed
RyanLHU opened this issue May 27, 2019 · 2 comments
Closed

submission worker error : 'NoneType' object has no attribute 'get' #2347

RyanLHU opened this issue May 27, 2019 · 2 comments

Comments

@RyanLHU
Copy link

RyanLHU commented May 27, 2019

When I upload an evaluation script, the system shows the following error messages at the server side
(I follow the instructions in https://evalai.readthedocs.io/en/latest/challenge_creation.html#challenge-configuration-examples to create the challenge)

worker_1_c60bbe8e7733 | [2019-05-27 17:50:28] ERROR Exception while receiving message from submission queue with error 'NoneType' object has no attribute 'get'
worker_1_c60bbe8e7733 | Traceback (most recent call last):
worker_1_c60bbe8e7733 | File "/code/scripts/workers/submission_worker.py", line 600, in process_submission_callback
worker_1_c60bbe8e7733 | process_submission_message(body)
worker_1_c60bbe8e7733 | File "/code/scripts/workers/submission_worker.py", line 579, in process_submission_message
worker_1_c60bbe8e7733 | user_annotation_file_path,
n process_submission_callback
worker_1_c60bbe8e7733 | File "/code/scripts/workers/submission_worker.py", line 326, in run_submission
worker_1_c60bbe8e7733 | challenge_id
worker_1_c60bbe8e7733 | AttributeError: 'NoneType' object has no attribute 'get'

I know this problem has been discussed in #2254. However, it is close but I cannot find any solution on this problem.

@RyanLHU
Copy link
Author

RyanLHU commented May 28, 2019

I found the fix #2277 that makes the submission_worker.py working in DEV environment.

@RishabhJain2018
Copy link
Member

This is fixed.

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

No branches or pull requests

2 participants