Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialranin saad
104 Pointsi answer the quiz and appeared to me message "oh no there was a communication problem but no problem
i answer the quiz and appeared to me message "oh no there was a communication problem but no problem in my communication so i can't pass to another stage
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HTML Video and Audio</title>
<link rel="stylesheet" href="normalize.css">
<link href='http://fonts.googleapis.com/css?family=Nunito:400,300' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="main.css">
</head>
<body>
<h1>HTML Video and Audio</h1>
<div class="wrapper">
<!-- Add your code below this line -->
<video>
</video>
</div>
</body>
</html>
1 Answer
Tito Campos
5,183 PointsHello, this can happen when the network is not stable. If you're in a desktop computer and you're doing Challenge and this happens then don't click any button, just click the X to close the alert and then try to submit again. I've don't this process to keep the progress and not to have to start from the begging.
If you're in iOS or Android App, then try to close and relaunch the app, if this doesn't work a re-installation must fix the problem.
Hope this helps.
Good luck!
Deanna Morale
3,773 PointsDeanna Morale
3,773 PointsThis also happens to me occasionally. You have to refresh the browser and restart the quiz unfortunately. Something to do with the internet connection I think.