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 trialElena Man
21,092 PointsWe didn't hear from the challenge service in a timely fashion.
I keep getting the following error:
"Oh no! We didn't hear from the challenge service in a timely fashion.
If you continue experiencing problems, please contact support at help@teamtreehouse.com.
Fear not! Your code is safe with us. You will be able to resubmit once you reload the challenge."
Can someone tell me what the cause of the problem is?
const https = require('https');
https.get('https://teamtreehouse.com/chalkers.json', response => {
console.dir(response.statusCode);
});
4 Answers
Bogdan Petrar
4,341 PointsSame here.
Gabriel Plackey
11,064 PointsI think they're having server issues or something
Tiberiu Ivanoschi
1,484 Pointsit's working for me now
Jimmy Ma
5,796 PointsAny updates so far?
Elena Man
21,092 PointsI gave up and stopped completing code challenges.
Andrew Gormley
1,434 PointsAndrew Gormley
1,434 PointsYup I'm getting the same. Must be having some issues with their servers.