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

during submitting ,it is showing internal error #3209

Closed
Reemkhan09 opened this issue May 3, 2024 · 18 comments
Closed

during submitting ,it is showing internal error #3209

Reemkhan09 opened this issue May 3, 2024 · 18 comments

Comments

@Reemkhan09
Copy link

after completing my test whenever i m trying to submit my test it is showing internal error what should i do how to fix it

@hobovsky
Copy link

hobovsky commented May 4, 2024

What kata is this? In what language? Does the same problem appear for every kata, or only for some of them? Can you show a screenshot of the error? Does the problem appear on every attempt, or only sometimes?

@JosefinRobertsson
Copy link

This has happened to me a lot too the last few days. It doesn't always happen. It can happen not just when submitting a kata but also when doing other things like sorting the solutions. The personal stats are still updated (for me at least)

@patrickpiedad
Copy link

patrickpiedad commented May 5, 2024

This issue just happened to me. Short description below:

  • I completed "8 kyu Square(n) Sum" using Javascript.
  • I tested my answer (successful), then attempted my answer (successful).
  • I did not refactor my answer. I clicked on submit.
  • The page immediately moved to the next page (which isn't common, it usually stays at the submit page for 5-10 seconds)
  • The page was blank and stayed there for over 15 seconds. I scrolled up and down to see if it froze, then it gave the internal error
  • I refreshed the page, and it went through. I was still given the honor points and the page refreshed to the proper solutions page.

*Note: I code my answers in my IDE (InteliJ Idea) and then copy-paste into the codeWars editor (this shouldn't affect anything but mentioned just in case)

Hope this helps!

@allan-bonadio
Copy link

Happened to me once, just now. Only did 1 kata so far, this was it. Python, the squared digits kata. I edited all in the codewars window ide. Finally got it right, tested and attempted, ok. Then I went to do something, maybe 10min, 30min, dunno. Then I thought, OMG I'm still on the timer! so I clicked on Submit. I went away again. Came back, and it was showing that error. Not sure if codewars remembers how long it took us, didn't see a timer.

@johanrex
Copy link

Same. Did some 6 kyu python 3.11 kata and submit results in internal server error.

@johanrex
Copy link

johanrex commented May 14, 2024

This Kata: "Stop gninnipS My sdroW" (https://www.codewars.com/kata/5264d2b162488dc400000001/train/python).
Python 3.11.

This code, when submitted gives internal server error:

def spin_words(sentence):
    words = sentence.split()
    for i, word in enumerate(words):
        if len(word)>=5:
            words[i] = word[::-1]
    return " ".join(words)

@eXp-virus
Copy link

Same here, everytime I submit a solution (no matter which kata the problem belongs to), I get internal server error. It's been happening since the past few days.

@Janarthanan6119

This comment was marked as off-topic.

@Janarthanan6119

This comment was marked as off-topic.

@Janarthanan6119

This comment was marked as off-topic.

@hobovsky
Copy link

Janarthanan6119, your problem has another underlying cause than the issue discussed in this ticket. Your error should have gone away now.

@OGMetalDad
Copy link

I am getting this error now submitting 4 kyu "Matrix Determinant" in C++. Multiple submissions and after reading the above comments tried refreshing but no love unfortunately.

I am so glad I started pasting my work into Notepad++ when I start refactoring 'cause my solution was gone when I hit back.
/whew

@Tonyac-create
Copy link

Hello, we have same problems today and yesterday. For the kata "Detect Pangram" when I want to submit the solution. And yesterday when I come to the site with Dashboard.
image

@VanessaGreene
Copy link
Contributor

Hi all, we are currently investigating this issue, I'm sorry that you've experienced issues submitting kata at this time, we hope to have a fix for this very shortly. Please let me know your username and the kat you experienced issues with. This will help us determine how much data has been correctly saved.

This was referenced May 30, 2024
@johanrex
Copy link

johanrex commented Jun 7, 2024

@VanessaGreene

Name:
johanrex

This kata:
https://www.codewars.com/kata/554e4a2f232cdd87d9000038/train/python

This code:

def DNA_strand(dna):
    mapper = {
        "T":"A",
        "A":"T",
        "C":"G",
        "G":"C",
    }
    
    return "".join([mapper[c] for c in dna])

@johanrex
Copy link

@VanessaGreene
Copy link
Contributor

Hi @johanrex, I'm happy to confirm that these Kata solutions saved on your profile and that you received your points.

@VanessaGreene
Copy link
Contributor

Hi all, This error has been identified as a connection timeout on our solutions pages, we have deployed a fix to reduce the likelihood of this occurring again. Please let us know if you experience any further errors when loading solutions pages, and we will investigate.

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