codewars / codewars.com

Issue tracker for Codewars
https://www.codewars.com
BSD 2-Clause "Simplified" License
2.09k stars 220 forks source link

Kata with accepted answer shows as not completed in search #1739

Closed Rashin46 closed 5 years ago

Rashin46 commented 5 years ago

I encountered with a kata where I have working (accepted) solution, but the site shows as not completed.

image

My solutions for this kata:

53287665-cbbc4b80-377f-11e9-9f00-c33636830247

Kata: https://www.codewars.com/kata/sort-and-star User: Rashin46 (connected with this Github account)

Can you please check this issue?

Thank you in advance.

Best regards, Rashin46

cyril-lemaire commented 5 years ago

Note: You might want to blur that screenshot as you're making a solution to this kata public (that doesn't matter much because it's an 8 kyu, but it's still bad practice)

Rashin46 commented 5 years ago

Blurred the image.

ivanduka commented 5 years ago

Hi! I have exactly the same issue with kata https://www.codewars.com/kata/recursive-reverse-string I completed successfully the kata but it still shows up in search as non-completed. My username is IvandCodes (connected to this GitHub account). Should I create a separate issue or just leave it here as a comment?

FArekkusu commented 5 years ago

I have the same issue. Solved this kata in Python, but it was still listed as not completed in kata search. Resubmitted my solution - no result. Solved it in JS - the kata is listed as completed now.

kazk commented 5 years ago

For some reason (maybe performance), a separate list of ids are used when searching and that seems to get outdated sometimes. I'm planning to get rid of it and find another way.

sigod commented 5 years ago

I had a similar issue with Esolang Interpreters #1 - Introduction to Esolangs and My First Interpreter (MiniStringFuck). I wanted to check if I rated the kata, but it said the solutions are locked. So, I tried to "solve" the kata with the solution from my profile and it actually gave me more honor.

hobovsky commented 5 years ago

@sigod you encountered #1683, probably

ghost commented 5 years ago

I have the same issue with the same symptoms as the original one (kata doesn't appear as completed even though I can vote on it and see my solution), but in addition I didn't receive any points nor progress. I did work on two different pcs with logging out and in before completing this kata - Parsing and evaluation of mathematical expressions. I did try waiting 24 hours, completing katas to update stats, re-submitting my solution with no avail. I'm mildly dissapointed as this one required a bit of work specially for someone with no prior experience with C#. I know it's a part of broader issue but I see no harm in reporting it as well.

kazk commented 5 years ago

The issue related to search should be resolved. Some of other issues like not actually marked as completed or not getting honor are explained in https://github.com/Codewars/codewars.com/issues/1683#issuecomment-473416159.