Error message repeatedly occuring when attempting to open site #39
Replies: 3 comments 9 replies
-
hi @cececrocker
It seems like you've turned on github pages, so I'm not exactly sure
what's going on. It's good practice not to use capital letters in your
repository name. One suggestion would be to rename the repository so that
all the capital letters are now lowercase.
I took a look at your collection as well. There are several issues:
1) Your metadata file "Family Recipes.csv" has a space in it. You should
add a dash rather than a space, which will make it connect with the value
you put in the _config.yml file.
- it's also good practice here to only use lowercase, so you might just
rename the file to familyrecipes.csv and put "familyrecipes" as your
`metadata` value in the config file, but it will work if you just add a
dash.
2) Your filenames do not match the files you have in the objects folder. It
looks like you renamed the files after their objectids, so in your
spreadsheet, you can just replace the filename option with your objectid
and then add .jpg to each one. You could use a formula to do this,
something like (if objectid is column A) --> =A2&".jpg" and then you can
drag that down the row.
It also looks like you have an extra line at the top of your csv listing
the title of the filename, you'll want to delete that.
I'll see what @evanwill has to say about the website not working, but I bet
if you make the fixes above and change the case of the repository, that
will likely clear things up. You might even do rename it something simpler,
like "crocker-recipes." You can rename the repository at the top of the
setttings page in the repository.
Cheers!
Devin
…On Mon, Dec 6, 2021 at 8:15 AM cececrocker ***@***.***> wrote:
I've followed all the tutorials and read all the documentation I can get
my hands on -- the site that I'm attempting to make, a collection of family
recipes, just doesn't seem to be working. Whenever I click on the generated
url, I just get a 404 error. This is the link in question:
cececrocker.github.io/collection-of-crocker-family-recipes/
I'm not sure if it's something in the config.yml or something else
entirely. Any suggestions?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#39>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACTM4GMFHA3P2CEC7YD43ALUPTOTHANCNFSM5JPAP36Q>
.
|
Beta Was this translation helpful? Give feedback.
-
@cececrocker I like the recipe collection idea! I was just looking at your question when @dcnb replied as well--> so basically just said the same thing about metadata here: cececrocker/collection-of-crocker-family-recipes#1 As for why it isn't building--I really don't see any thing. I am not sure. I do not believe the letter case should break it. I think try fixing the metadata issues first, then let's see if it builds after that? Let us know when you have tried that. Good luck! |
Beta Was this translation helpful? Give feedback.
-
@cececrocker on the github pages build issue (once the metadata is fixed), my first guess so far would be to make sure that you have the correct branch and folder selected in the Pages settings. Check that in Settings > Pages, under "Source" you have "Branch: main" and "/ (root)" selected and saved. If you have a folder other than "(root)" it will not build. See example below: |
Beta Was this translation helpful? Give feedback.
-
I've followed all the tutorials and read all the documentation I can get my hands on -- the site that I'm attempting to make, a collection of family recipes, just doesn't seem to be working. Whenever I click on the generated url, I just get a 404 error. This is the link in question: cececrocker.github.io/collection-of-crocker-family-recipes/
I'm not sure if it's something in the config.yml or something else entirely. Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions