Ad
  • Custom User Avatar

    I've been attempting to post solutions to the "Simple CSS selector comparison" kata. I've gotten multiple timeout errors against what appear to be correct solutions.

    When the error message "Submission timed out. Please try again." comes up, I see an Uncaught Reference Error: request is not defined in the console:

    Uncaught ReferenceError: request is not defined application-a1801b69804e9a06ac6790982e01d0a3.js:33
    (anonymous function) application-a1801b69804e9a06ac6790982e01d0a3.js:33
    f application-a1801b69804e9a06ac6790982e01d0a3.js:15
    l.fireWith application-a1801b69804e9a06ac6790982e01d0a3.js:15
    i.(anonymous function) application-a1801b69804e9a06ac6790982e01d0a3.js:15
    r application-a1801b69804e9a06ac6790982e01d0a3.js:31
    nrWrapper

    Not much help with the minification on, I suspect, but it might tell you something!

  • Custom User Avatar

    I didn't actually open my console at the time. I will write better bug reports in the future. :)

  • Custom User Avatar

    I'm working on the Python track.

    Periodically, when I submit to run tests, the process will hang on "waiting for results". Typically, this happens when I have submitted an erroneous solution previously, and I have tried to make corrections. Reloading the page won't help; resetting the kata won't help. I can neither run tests nor submit.

  • Custom User Avatar

    Ugh, not best practices to use old-style classes.