-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hw-3 Going Live #129
Comments
More information: I tried copying index.html directly into hw-3 directory instead of having it live in the subdirectory 01-hello-world which is inside of hw-3 and contains the project, including index.html. Now when I click on index.html inside of hw-3 it opens to a blank page, but when I open the original still inside of the subdirectory 01_hello-world it still opens up to the proper image. I tried adding /hw-3/01_hello-world to the end of the url and it comes up with a blank page. Adding just /hw-3 to the url still returns the Error 404 |
If you throw another |
Nah that was the first thing I tried :( |
When I originally was supposed to create an index.html file in the very beginning, how is that process supposed to go? I added the file and gave it that name, but I just realized the icon beside it is not an html icon, and I'm wondering if it won't convert and is still a .txt? Would that matter or is the source just the html code I wrote in Atom? That part looks fine and shows up fine |
And now adding hw-3 to the end of the url yields a blank page, no more Error 404 |
Might be making progress with that last bit. Don't forget to put the |
Yep they are all three inside |
I'm also getting the blank page when I add the hw-3. |
When you click |
Yup! |
So it's finding it, but won't call it/find it when you check the file in github?
…Sent from my Samsung device
-------- Original message --------
From: Erin Flint <notifications@github.com>
Date: 9/11/18 6:24 PM (GMT-07:00)
To: Montana-Media-Arts/120_CreativeCoding <120_CreativeCoding@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Subject: Re: [Montana-Media-Arts/120_CreativeCoding] hw-3 Going Live (#129)
Yup!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#129 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/Ao2BvMM59va0VdOC00phkW15f8QEE67Dks5uaFQ1gaJpZM4WkEON>.
|
Yeah that's what's happening to me anyway |
Okay, so for others who may see this let's break down the GitHub live site a bit. The formatting is: So for example, my live site for hw-3 is After looking at your repository, yours would be A 404 means there is no index at all, but since yours is returning a blank page it means the browser can see it and display it. Looking at your So the index is there, the sketch has code, but the index can't display that code since the p5 files are missing. Try putting the |
So, @erinflint I can't even see you |
Yeah, you're good, but it's not on Github (the site). The green + means the file(s) have changed, but haven't been committed or published. Go ahead and make a commit, publish and let's see if that works. I realize the language is a little clunky. GitHub, GitHub Desktop, GitHub the site... It's a bit annoying. |
Right, that's because your repository flow is The fault here is the instructions not taking into account the possibility of different repository structure and names. All that being said, even with the index.html there, I can't access it outside the raw code on your repository. Are you sure you've made the 120-work repository settings a Github Pages site? |
https://erinflint.github.io/120-Work/HW-3/empty-example/ this is the link that ended up working for me, thank you so much for your help. I was really overthinking it. |
@erinflint Yep! That one works perfectly. If you want it to match Prof. Musick's you can basically move everything in |
@DVSnell you are a life saver! Thank you so much. This issues forum is invaluable to someone such as myself who has never even looked at code before. Thanks! |
I have committed and published a million or so times with the |
Ok the error message stopped happening on its own without me changing anything.. So I guess I'll worry about that next time it happens. But it's still just blank when I navigate to hw-3/01_hello-world which is where my |
Yeah, look inside the If not, you can manually add the files from the repository webpage. |
Ok deleting the extra git. files again. What do you mean by adding the files manually? |
So, when you're looking at your repository on the github website, you can click through to the folder that has your working Make sure the |
What, before I even had a chance to do what you said suddenly everything's alright! But I hadn't changed anything. Maybe for some reason it's just taking a super long time when I try to commit and push? I'll keep that in mind and wait half an hour or so before I start losing my mind looking for mistakes. Thank you so so much for your help, you are the best!! |
In my experience, 7% of all negative computer interactions are resolved by magic, so that's what I'll chock this one up to. |
Hahaha mine have been resolved by magic like 30% of the time so far |
I keep getting the Error 404 message after committing my changes successfully and adding hw-3 to the end of the url. The index.html is in the right place and I can preview it and the color is right and the text is placed correctly. My directories seem to be organized correctly
The text was updated successfully, but these errors were encountered: