Error in Getting Started tutorial

Hi,

I was following Overview | Zola after having installed Zola 0.16.0 with scoop on Windows 10. After I had created the first.md file in the blog directory, as specified under Overview | Zola, I got this error:

thread ‘main’ panicked at ‘called Option::unwrap() on a None value’, components\content\src\library.rs:312:81
stack backtrace:
0: 0x7ff616e43134 -
1: 0x7ff6167f17fa -
2: 0x7ff616e30389 -
3: 0x7ff616e448ab -
4: 0x7ff616e45547 -
5: 0x7ff616e4509a -
6: 0x7ff616e45029 -
7: 0x7ff616e44fe4 -
8: 0x7ff617221ca5 - onig_unicode_define_user_property
9: 0x7ff617221d9c - onig_unicode_define_user_property
10: 0x7ff6167ced05 -
11: 0x7ff616e296a0 -
12: 0x7ff616e17e47 -
13: 0x7ff616613092 -
14: 0x7ff616613632 -
15: 0x7ff61662cde5 -
16: 0x7ff6165b6eb6 -
17: 0x7ff616640000 -
18: 0x7ff61720ca00 - onig_unicode_define_user_property
19: 0x7ffbbfe27034 - BaseThreadInitThunk
20: 0x7ffbbff62651 - RtlUserThreadStart

Before then, everything worked fine, and even after deleting the first.md file, I was able to serve the site again. Could you help me with this, please?

Have you specified a template in the _index.md file in the same folder as your content?
See Overview | Zola
Cheers,
Craig

I did. This is what it looks like for me:

The Windows bugs are a known issue and already fixed in the next branch which will be released this weekend.

1 Like