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 trial

JavaScript Object-Oriented JavaScript: Challenge Making the Game Interactive playToken() Method Solution

My token is not visible.

I've double checked all the codebase and there are no errors in my code. I'm getting the following console error: "Failed to load resource: the server responded with a status of 404 (Not Found)" Any ideas on what is causing it and how I can fix it?

HI, it should say what the resource in related to on the right of the console. It might be worth taking a screenshot of the error and posting it.

1 Answer

Robert Manolis
STAFF
Robert Manolis
Treehouse Guest Teacher

Hey Cosmina Iosifescu , Those 404 errors mean something was requested and it wasn't found. And if you're not seeing the token, then that's probably it. Doublecheck all your file paths and compare them to the actual names of the resources in the directory. If something is misspelled or even the casing is off in one, then that can cause a problem like what you're describing. :thumbsup: