Javascript Wanderlust Project

Hello!
I have been trying to code this project but i am stuck at the 13 step and i dont understand the instructions. Where is the response logged? It would be great if someone can help me.

My Link: https://www.codecademy.com/courses/intermediate-javascript-requests/projects/wanderlust?action=resume_content_item&course_redirect=introduction-to-javascript

In the prior step 12 , it said to check the response, so you should have so far for this part:

if (response.ok) {
// step 13:

console.log("Here’s the response: " + response);

// if you press F12 to open the console. make sure the ā€œconsoleā€ tab is selected,
//and you should she the log.
//With the string ā€œHere’s the responseā€ concatenated to the response, it should help you see, find the response.
}

I hope this helps. If I’m wrong, I’m sorry. I’m doing my best to learn code too.

1 Like

Hello,

I am stuck at the same step. The console does not log any response. I have a 403 error:

403 ERROR

The request could not be satisfied.

The Amazon CloudFront distribution is configured to block access from your country. We can’t connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner.
If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation.

Generated by cloudfront (CloudFront) Request ID: 83Kj1nVPVQ0KQAepCO0pr0J27layKN14ThNCAwQlk_mbzfXPSqOegg==

Does this mean we cannot request this API if we are located in France?

1 Like

I am getting this error too.
Did your error get resolved?

same for me :-\ no luck so far

unfortunatly no - did you ?