lawmurray / indii-jekyll-flickr

Embed Flickr photos in a Jekyll blog.
GNU General Public License v2.0
33 stars 2 forks source link

Liquid Exception: No such file or directory #3

Open trachelr opened 8 years ago

trachelr commented 8 years ago

Hello This plugin looks really nice but build stop because of a Liquid exception. It says there's no myphotoset.yml file in my _flickr directory when I try to generate myphotoset. Any idea of what's going on? I'm using jekyll 2.5.3 with liquid 2.6.3 Kind regards, Romain

lawmurray commented 8 years ago

Hi Romain. The issue here is usually just that you've used a flickr_photoset tag with photoset name that does not exist. Make sure you specify the photoset/album name exactly as you've given it on Flickr.

If that still doesn't work, it may be that the cache is out of date and doesn't contain the photoset (if you've added the photoset recently, for example, or interrupted a jekyll build). Set use_cache: true in the flickr section of your _config.yml file and try again.