Ad
  • Default User Avatar

    There are no old-style classes in Python 3. If a class doesn't inherit from anything than it is implicitly inherits from object.

  • Custom User Avatar

    Exactly what I was thinking

  • Custom User Avatar

    Thanks for reporting. We deployed a fix.

  • Custom User Avatar

    Thanks. This should be fixed now.

  • 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

    Issues seem to be resolved now.

  • Custom User Avatar

    This should be resolved now.

  • Custom User Avatar

    What "focus" do you have selected? If you have fundamentals selected then it might just be that there are not very many challenges yet. Python was just recently added a few weeks ago so the content is still being built-up. The "focus" is the dropdown on the dashboard just below the language dropdown.

  • Custom User Avatar

    Sorry for the issue. We are deploying a fix now that should handle this issue. Did you happen to notice any ajax errors in your console by any chance?

  • Custom User Avatar
  • Default User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • 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.