question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Challenge freezing on incorrect input

See original GitHub issue

Describe your problem and how to reproduce it: The Define the Head and Body of an HTML Document challenge freezes if you enter in code like

<!DOCTYPE html>
<html>
  <head>
    <title>The best page ever</title>
  <head>

  <body>
    <h1>The best page ever</h1>
    <p>Cat ipsum dolor sit amet, jump </p>
  <body> <!-- this tag should be closing -->
</html>

where the body tag is not closed. This is a common enough mistake and the freezing is not directly caused by the user code - it’s how our tests interact with it.

Add a Link to the page with the problem:

https://www.freecodecamp.org/learn/responsive-web-design/basic-html-and-html5/define-the-head-and-body-of-an-html-document

The cause

The last test causes the problem, I think the regex gets stuck in a loop.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
ojeytonwilliamscommented, Aug 19, 2020

Thanks for the heads up @morgan-sam, I should have removed the label. I’m in the process of updating how user code makes it into the test frame and, once that’s done, #39112 should work.

0reactions
morgan-samcommented, Aug 19, 2020

Is help still wanted with this issue? Asking because #39112 is still open

Read more comments on GitHub >

github_iconTop Results From Across the Web

Re:Legion T5 28IMB05 constantly gets severe freezes
So far, the only two solutions that I have found to solve the freezing issue long term is to either: a) revert back...
Read more >
Lag/Freezing/Stuttering when Bar Swapping on Controller
This has been an ongoing issue for controller input players for over a year. Description of the bug: When first booting up the...
Read more >
Easy Fixes - 4 Types of MacBook Pro Freezing Issues in 2022
Does your MacBook Pro often freeze up? Find the cause and solutions in this guide and apply them to unfreeze your Mac quickly....
Read more >
Touch Screen Issues with iPhone or iPad and iOS 15.1 ...
The touch screen issue can be everything unregistered taps, unresponsive to touch input, a seeming delay to touch input, erroneous touch ...
Read more >
FH5 Known Issues - Forza Support
Accolades - Unbeatable Road Racing - Pinned description incorrectly states player needs to win 10 races in a row instead of win 10...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found