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

Incorrect daily submissions count #1469

Closed
johanneskruse opened this issue Jun 5, 2024 · 9 comments · Fixed by #1484
Closed

Incorrect daily submissions count #1469

johanneskruse opened this issue Jun 5, 2024 · 9 comments · Fixed by #1484
Labels

Comments

@johanneskruse
Copy link

Hi,

I'm running a competition, and multiple participants have reached out to me with a problem: the number of submissions used for the day, "1 out of 2," will be displayed each day, even if they didn't make any submissions that day.

DC33D66E@75E06F29 151E6066

Is there an explanation or solution for this?

Best,
Johannes

@johanneskruse
Copy link
Author

My current theory is that even though it might have been submitted on day X, it was only evaluated the day after. Hence, the system would count it as submitted on that day. But I'm not sure.

@Didayolo
Copy link
Collaborator

Didayolo commented Jun 6, 2024

Do you know if at some point the counter is reset? Maybe it is because the server time does not match their time zone.

@johanneskruse
Copy link
Author

johanneskruse commented Jun 12, 2024

Participants keep having this issue, even if they haven't submitted for a long period:

image image

@Didayolo Didayolo changed the title Incorrect Submission Count Shown Daily Sometimes daily submissions counter does not reset Jun 12, 2024
@Didayolo
Copy link
Collaborator

Users that experiences the problem: dknguyen176, chizhu, axi2017

@Didayolo Didayolo changed the title Sometimes daily submissions counter does not reset Incorrect daily submissions count Jun 12, 2024
@Didayolo Didayolo added the Bug label Jun 12, 2024
@Didayolo Didayolo linked a pull request Jun 12, 2024 that will close this issue
7 tasks
@Didayolo Didayolo linked a pull request Jun 12, 2024 that will close this issue
7 tasks
@Didayolo Didayolo removed a link to a pull request Jun 12, 2024
7 tasks
@johanneskruse
Copy link
Author

Users that experiences the problem: dknguyen176, chizhu, axi2017

These are just some of the users; many more have reached out with the same issue.

@Didayolo
Copy link
Collaborator

These are just some of the users; many more have reached out with the same issue.

Yes, I kept track of it to investigate the issue.

I found a fix and deployed it on production, it should be resolved now!

@johanneskruse
Copy link
Author

@Didayolo - the displayed number seemed to be corrected but users can upload:

image

@Didayolo
Copy link
Collaborator

@johanneskruse Thank you for reporting this. I see the mistake in the code and will update it asap.

@Didayolo
Copy link
Collaborator

Didayolo commented Jun 12, 2024

Here is the fix: e3dbec5

It is deployed and seems to work.

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

Successfully merging a pull request may close this issue.

2 participants