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 trialStanford Lin
5,826 PointsCannot download project files
When I press the link to download the project files, I get this error:
Running Google Chrome
```This XML file does not appear to have any style information associated with it. The document tree is shown below. <Error> <Code>NoSuchKey</Code> <Message>The specified key does not exist.</Message> <Key>ReactNative/stage2v2.zip</Key> <RequestId>8A7C186FA892232E</RequestId> <HostId> xHM1iYQgSOUgLsVrvxhx/z68P7YufkIHyFijU9nVQs8mjRjaJ1MwIM08S4lGaAQV7uuOCYdxcZ8= </HostId> </Error>
8 Answers
Robert Ungar
15,723 PointsThis course is an absolute disaster. I was really, really looking forward to it but there are so many problems. I also saw the issue of the files not being able to download. Fortunately, I downloaded them from the first video where it was pointed out that we should grab them.
But I have had nothing but problems: First, it was getting the URL bundle issue, which I would recommend this video for anyone who gets this.
Secondly, the file paths are all wrong. Trying to run the simulator at the end of the Scenes and Routing video crashes again. That's because the file paths need to be updated. For instance, it should be import WelcomeScene from './Scenes/WelcomeScene' and NOT import WelcomeScene from './scenes/WelcomeScene. You'll need to update this for all of those paths in App.js.
And just in general, there is no explanation as to how to set this project up from the get go. She doesn't even discuss create-react-native-app. I'm sorry but this course has just been very poor so far and I have wasted too much time debugging things from the project files. This isn't really acceptable for a paid product.
Jay Padzensky
4,731 PointsThanks for the heads up, folks! I was able to download the project files from videos 1 and 3 of this stage, but not 2. It's bene reported to our teachers to fix and I presume it should be done pretty quickly. Appreciate your help!
Seth Kroger
56,413 PointsFrom the QA, the download from the first video should also be the correct one for video 2.
Sam Bartlett
5,886 PointsThe project files are really not clear here - which project of the 5 included am I meant to be using? Why when I run an rpm install and then react-native run-ios do I get a bunch of errors? Feeling bummed out :(
Gregory Storm
533 PointsI'm still having the same download issue as Stanford, so I downloaded stage2v1 instead.
It would be great if there was an explanation of how the project files were created. Doesn't look like the project files were created with CRNA ,
$ create-react-native-app
but I could be wrong.
Vivekanand Rao
Courses Plus Student 20,884 PointsGetting similar sort of error when trying to download https://s3.amazonaws.com/treehouse-project-downloads/ReactNative/stage2v3.zip from https://teamtreehouse.com/library/containers-components-and-styles video. Treehouse it would be nice if you could host these source files on GitHub. Thanks!!!
Freddy Jimenez
15,976 PointsYou can download the zip from the prior video
Stanford Lin
5,826 Pointsyou could, but it's just stage2v1. stage2v2 and stage2v3 don't work
Vivekanand Rao
Courses Plus Student 20,884 PointsThanks Jay Padzensky . I was able to download https://s3.amazonaws.com/treehouse-project-downloads/ReactNative/stage2v3.zip To Gregory's point I think the project was created using the CLI tools for React Native as the Teacher's Notes contained links to the same in under this video – https://teamtreehouse.com/library/-design-overview. I used the CLI tools for creating the project and then copied only the additional files required for the project.
Brooke Hurford
227 PointsWhich project folder should I start in? Tried launching simulator right after download and get errors with a 'build failed'. Tried opening final files and stage2v1 - please help!
dane hendren
1,834 PointsI'm also wondering which of the files to copy over and then open up. stage2v1 or 3 or what...
Edyta Jordan
1,335 PointsNone of these files seem to be working. Even the final files :(