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
1 Answer
Steven Parker
243,266 PointsThe workspace file system is case-sensitive.
This is different from other systems such as Windows, but in the workspace file names must match exactly including case.
To make this program run, I had to rename "api.JSON" to "api.json". You could also change the name in the program.
Other than that, it seemed to work. Let me know if that solved your issue.
Sean Urgel
Courses Plus Student 6,650 PointsI just wanted to share my solution for others to see :D
Steven Parker
243,266 PointsSteven Parker
243,266 PointsDid you have a question about this code, or an issue you need help with? Please elaborate.