Logs for #nikola for 2020-06-14

09:22:12 <KwBot> [nikola-themes] Kwpolska closed pull request #189 (CanCookRice:minja2): add theme minja2 https://github.com/getnikola/nikola-themes/pull/189
09:22:21 <ChrisWarrick> suser: if you pushed to the old minja2 branch, the old PR would be updated. I closed #189.
09:25:51 <ChrisWarrick> suser: when you implement the requested changes, make sure you push to the `prettybasic` branch (don’t create a new branch, the old PR will be updated automatically)
09:59:44 <gour_> i'm trying to complete migration of old site to Nikola...some posts were using Hugo syntax and i get: ERROR: Nikola: TypeError: unhashable type: 'list'
09:59:54 <gour_> any hint what to look for?
10:00:35 <gour> NIKOLA_DEBUG/SHOW_TRACEBACKS does not help
10:06:39 <ChrisWarrick> gour: pastebin the traceback
10:08:08 <gour> ChrisWarrick: https://paste.centos.org/view/2a04449d
10:08:57 <ChrisWarrick> gour: that’s not the traceback
10:09:06 <ChrisWarrick> gour: NIKOLA_SHOW_TRACEBACK=1 nikola build -a
10:09:16 <ChrisWarrick> _TRACEBACKS*
10:09:38 <gour> ChrisWarrick: well, there is none despite setting DEBUG/SHOW_TRACEBACK
10:10:22 <gour> ahh, nikola does not speak well with fish shell
10:10:55 <ChrisWarrick> ahh, fish shell breaks basic expectations of shells*
10:11:02 <gour> :-)
10:11:03 <gour> https://paste.centos.org/view/cbb7d071
10:12:26 <ChrisWarrick> gour: open taxonomies_classifier.py, and above line 76, add: print(post, classification)
10:13:35 <ChrisWarrick> gour: then show (a) the last line of output added by this, (b) the full source of the last post
10:16:08 <gour> ChrisWarrick: ok, found the post - one of those not tweaked (yet)...i expected nikola would show me problematic post so i can know from where to resume...thank you!
10:16:20 <ChrisWarrick> gour: what tweaks are you doing?
10:18:07 <gour> ChrisWarrick: changing meta syntax from Hugo to rst
10:19:22 <gour> ...emoji calls etc.
10:19:45 <ChrisWarrick> gour: isn’t Nikola supposed to support hugo-ish metadata?
10:20:39 <gour> ChrisWarrick: well, it is, but referencing images etc. is not the same, so i want to be pure-nikola ;)
10:21:16 <ChrisWarrick> gour: this looks as if the metadata broke
10:21:24 <ChrisWarrick> gour: please pastebin the offending post in its original version
10:26:40 <gour> ChrisWarrick: here is the one: https://paste.centos.org/view/9780b0bb