-
Notifications
You must be signed in to change notification settings - Fork 129
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
Access denied when downloading leaderboard CSV #3074
Comments
Hi, Indeed we have a general problem right now, I think it is linked. Thank you for your useful input. We are currently working on it. |
Hi, |
Hi, it is still private and this one is just for testing that everything is working fine. I will be deleting it later, but here is the link: |
Can you please retry? We have solved the recent problems. Maybe this one is gone too. |
Hi, |
Can you please add me as an admin of the competition so I can try? My CodaLab ID is |
I just added you |
You are trying to use the For me it's working, I can download the CSV. However, it doesn't contain any value, only the text "Not allowed, phase is blind". |
For me, it is a blank page when using safari and an 'Access denied' page when using chrome. |
I'm using Firefox and I can download the CSV leaderboard for all phases (even if the CSV is empty because the phases are blinds). |
Considering that you are admin now, shouldn't this make the leaderboards visible to you? |
Yes, the leaderboard is visible to me. However, it seems that the option of having a blind leaderboard prevents the CSV to be filled up. However I still can download the CSV. I don't know what's wrong on your side.
Good catch, it's indeed not working. I'll investigate that. |
For record, this seems to be the error message linked to the "Teams" signet: django | 2022-01-17 14:44:12,335 apps.web.models [INFO] Calculating sub size for submission: 35350
django | 2022-01-17 14:44:12,335 INFO Calculating sub size for submission: 35350
django | 2022-01-17 14:44:12,636 apps.web.models [INFO] Calculating sub size for submission: 35354
django | 2022-01-17 14:44:12,636 INFO Calculating sub size for submission: 35354
django | 2022-01-17 14:44:33,131 ERROR Internal Server Error: /teams/15/
django | Traceback (most recent call last):
django | File "/usr/local/lib/python3.8/site-packages/django/template/defaulttags.py", line 1038, in find_library
django | return parser.libraries[name]
django | KeyError: 'future'
django |
django | During handling of the above exception, another exception occurred:
django |
django | Traceback (most recent call last):
django | File "/usr/local/lib/python3.8/site-packages/django/core/handlers/exception.py", line 41, in inner
django | response = get_response(request)
django | File "/usr/local/lib/python3.8/site-packages/django/core/handlers/base.py", line 217, in _get_response
django | response = self.process_exception_by_middleware(e, request)
django | File "/usr/local/lib/python3.8/site-packages/django/core/handlers/base.py", line 215, in _get_response
django | response = response.render()
django | File "/usr/local/lib/python3.8/site-packages/django/template/response.py", line 107, in render
django | 2022-01-17 14:44:33,131 django.request [ERROR] Internal Server Error: /teams/15/
django | Traceback (most recent call last):
django | File "/usr/local/lib/python3.8/site-packages/django/template/defaulttags.py", line 1038, in find_library
django | return parser.libraries[name]
django | KeyError: 'future'
django |
django | During handling of the above exception, another exception occurred:
django |
django | Traceback (most recent call last):
django | File "/usr/local/lib/python3.8/site-packages/django/core/handlers/exception.py", line 41, in inner
django | response = get_response(request)
django | File "/usr/local/lib/python3.8/site-packages/django/core/handlers/base.py", line 217, in _get_response
django | response = self.process_exception_by_middleware(e, request)
django | File "/usr/local/lib/python3.8/site-packages/django/core/handlers/base.py", line 215, in _get_response
django | response = response.render()
django | File "/usr/local/lib/python3.8/site-packages/django/template/response.py", line 107, in render
django | self.content = self.rendered_content
django | File "/usr/local/lib/python3.8/site-packages/django/template/response.py", line 82, in rendered_content
django | template = self.resolve_template(self.template_name)
django | File "/usr/local/lib/python3.8/site-packages/django/template/response.py", line 64, in resolve_template
django | return select_template(template, using=self.using)
django | File "/usr/local/lib/python3.8/site-packages/django/template/loader.py", line 48, in select_template
django | self.content = self.rendered_content
django | File "/usr/local/lib/python3.8/site-packages/django/template/response.py", line 82, in rendered_content
django | template = self.resolve_template(self.template_name)
django | File "/usr/local/lib/python3.8/site-packages/django/template/response.py", line 64, in resolve_template
django | return select_template(template, using=self.using)
django | File "/usr/local/lib/python3.8/site-packages/django/template/loader.py", line 48, in select_template
django | return engine.get_template(template_name)
django | File "/usr/local/lib/python3.8/site-packages/django/template/backends/django.py", line 39, in get_template
django | return Template(self.engine.get_template(template_name), self)
django | File "/usr/local/lib/python3.8/site-packages/django/template/engine.py", line 162, in get_template
django | template, origin = self.find_template(template_name)
django | File "/usr/local/lib/python3.8/site-packages/django/template/engine.py", line 135, in find_template
django | template = loader.get_template(
django | File "/usr/local/lib/python3.8/site-packages/django/template/loaders/cached.py", line 59, in get_template
django | template = super(Loader, self).get_template(
django | File "/usr/local/lib/python3.8/site-packages/django/template/loaders/base.py", line 43, in get_template
django | return Template(
django | File "/usr/local/lib/python3.8/site-packages/django/template/base.py", line 191, in __init__
django | self.nodelist = self.compile_nodelist()
django | File "/usr/local/lib/python3.8/site-packages/django/template/base.py", line 230, in compile_nodelist
django | return parser.parse()
django | File "/usr/local/lib/python3.8/site-packages/django/template/base.py", line 515, in parse
django | raise self.error(token, e)
django | File "/usr/local/lib/python3.8/site-packages/django/template/base.py", line 513, in parse
django | compiled_result = compile_func(self, token)
django | File "/usr/local/lib/python3.8/site-packages/django/template/loader_tags.py", line 312, in do_extends
django | nodelist = parser.parse()
django | File "/usr/local/lib/python3.8/site-packages/django/template/base.py", line 515, in parse
django | raise self.error(token, e)
django | File "/usr/local/lib/python3.8/site-packages/django/template/base.py", line 513, in parse
django | compiled_result = compile_func(self, token)
django | File "/usr/local/lib/python3.8/site-packages/django/template/defaulttags.py", line 1089, in load
django | lib = find_library(parser, name)
django | File "/usr/local/lib/python3.8/site-packages/django/template/defaulttags.py", line 1040, in find_library
django | raise TemplateSyntaxError(
django | django.template.exceptions.TemplateSyntaxError: 'future' is not a registered tag library. Must be one of:
django | account
django | admin_list
django | admin_modify
django | admin_static |
I tested downloading the leaderboard using Safari, Brave,FireFox, Chrome. All of them of give a blank page except chrome, which gives the 'access denied' message. I tried with another copy of the competition and I still have the same issue. |
I'm sorry I can't reproduce your bug. |
Hi, I started my official competition. The same issue is still persistent there. Also, the participants are getting the 'access denied message' when trying to download the scoring program error log. |
I've just requested to participate in the competition (ID: |
I just added you. Personally, I didn't have this issue while testing, but one of the participants was complaining about it. For me, the persistent issue is the downloading the leaderboard as CSV😅. |
Strange! Did you try (at least on the test competition) to make the leaderboard public (instead of hidden) and then re-try to download? |
I tried that and I am still getting the same message. |
In issue #2490, a new comment said:
It seems to be the same issue. I'll dig into it. I'm not sure but it may even be your competition, "taskA - English of SemEval Task 6" was mentioned. |
Hi, |
For record: @hyejwon got the same error.
No big news for now, we are trying to make progress on this. |
I keep seeing a white screen when I try and download csv. When inspecting the network traffic, it also shows a 403 forbidden error |
Hi, |
I also noted that I can't |
Dears, First of all thank you for your work around the codalab platform. It is a wonderful tool that I use for teaching and research. On the old server I can dowload the leaderbord to: On the new server I have the same issue as described: I am interested about a solution. Best regards, |
Hi,
I keep getting an access denied message when trying to download the leaderboard CSV file. Is it related to the issues with submission queues?
.
The text was updated successfully, but these errors were encountered: