Code Monkey home page Code Monkey logo

Comments (18)

eXp-virus avatar eXp-virus commented on June 26, 2024 1

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.

from codewars.com.

hobovsky avatar hobovsky commented on June 26, 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?

from codewars.com.

JosefinRobertsson avatar JosefinRobertsson commented on June 26, 2024

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)

from codewars.com.

patrickpiedad avatar patrickpiedad commented on June 26, 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!

from codewars.com.

allan-bonadio avatar allan-bonadio commented on June 26, 2024

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.

from codewars.com.

johanrex avatar johanrex commented on June 26, 2024

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

from codewars.com.

johanrex avatar johanrex commented on June 26, 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)

from codewars.com.

Janarthanan6119 avatar Janarthanan6119 commented on June 26, 2024

For me too,its showing internal server error
WhatsApp Image 2024-05-20 at 20 25 50_2eb9b7f6

from codewars.com.

Janarthanan6119 avatar Janarthanan6119 commented on June 26, 2024

For me too,its showing internal server error WhatsApp Image 2024-05-20 at 20 25 50_2eb9b7f6

from codewars.com.

Janarthanan6119 avatar Janarthanan6119 commented on June 26, 2024

Now its(Internal error) clear

from codewars.com.

hobovsky avatar hobovsky commented on June 26, 2024

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

from codewars.com.

OGMetalDad avatar OGMetalDad commented on June 26, 2024

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

from codewars.com.

Tonyac-create avatar Tonyac-create commented on June 26, 2024

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

from codewars.com.

VanessaGreene avatar VanessaGreene commented on June 26, 2024

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.

from codewars.com.

johanrex avatar johanrex commented on June 26, 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])

from codewars.com.

johanrex avatar johanrex commented on June 26, 2024

User name:
johanrex

This kata:
https://www.codewars.com/kata/5266876b8f4bf2da9b000362/solutions/python

from codewars.com.

VanessaGreene avatar VanessaGreene commented on June 26, 2024

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

from codewars.com.

VanessaGreene avatar VanessaGreene commented on June 26, 2024

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.

from codewars.com.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.