08:18:26 <KwBot> [nikola] alinbxSorcerer opened issue #3328: Produce a numbered toc https://github.com/getnikola/nikola/issues/3328 10:15:37 -travis-ci:#nikola- okin/nikola#156 (refactor_imports - 906ce43 : Niko Wenselowski): The build passed. 10:15:37 -travis-ci:#nikola- Change view: https://github.com/okin/nikola/compare/13663e63df2f^...906ce43ff979 10:15:37 -travis-ci:#nikola- Build details: https://travis-ci.com/okin/nikola/builds/141562429 10:16:35 <KwBot> [nikola] okin assigned issue #3329 to ralsina: Soundcloud plugin lacks license information https://github.com/getnikola/nikola/issues/3329 10:16:35 <KwBot> [nikola] okin opened issue #3329: Soundcloud plugin lacks license information https://github.com/getnikola/nikola/issues/3329 10:54:42 -travis-ci:#nikola- okin/nikola#157 (refactor_imports - 3d30054 : Niko Wenselowski): The build passed. 10:54:42 -travis-ci:#nikola- Change view: https://github.com/okin/nikola/compare/906ce43ff979...3d300541fb5b 10:54:42 -travis-ci:#nikola- Build details: https://travis-ci.com/okin/nikola/builds/141569574 11:00:09 -travis-ci:#nikola- okin/nikola#158 (refactor_imports - f0cf85a : Niko Wenselowski): The build was canceled. 11:00:09 -travis-ci:#nikola- Change view: https://github.com/okin/nikola/compare/3d300541fb5b...f0cf85ac147e 11:00:09 -travis-ci:#nikola- Build details: https://travis-ci.com/okin/nikola/builds/141572336 11:15:36 -travis-ci:#nikola- okin/nikola#159 (refactor_imports - e730a02 : Niko Wenselowski): The build passed. 11:15:36 -travis-ci:#nikola- Change view: https://github.com/okin/nikola/compare/f0cf85ac147e...e730a021e244 11:15:36 -travis-ci:#nikola- Build details: https://travis-ci.com/okin/nikola/builds/141572707 11:30:27 -travis-ci:#nikola- okin/nikola#160 (sitemap_as_simple_module - ca7a60e : Niko Wenselowski): The build passed. 11:30:27 -travis-ci:#nikola- Change view: https://github.com/okin/nikola/commit/ca7a60e41d16 11:30:27 -travis-ci:#nikola- Build details: https://travis-ci.com/okin/nikola/builds/141574885 12:21:38 -travis-ci:#nikola- getnikola/nikola#10711 (master - 3d77dce : Chris Warrick): The build passed. 12:21:38 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/fc41a98ca220...3d77dce82a61 12:21:38 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/626661838 22:20:11 <shdob> Lo there. Question for the crew. Was `git cloning` my site to a new host.. however the fresh install of nikola doesn't "sense" the already deployed site. Any takers? 22:22:06 <ChrisWarrick> shdob: What do you mean, "sense"? 22:22:26 <shdob> So... for a fresh build of nikola... you would init the site... 22:22:37 <shdob> In this case.. my site was built on a diff compy. 22:22:49 <shdob> So... I git cloned my repo to new compy.... installed nikola... 22:23:18 <shdob> when running nikola build I get `ERROR: Nikola: Missing date in file` 22:24:02 <ChrisWarrick> shdob: looks like that file is damaged somehow 22:24:23 <shdob> move posts within the error field and retry ? 22:24:56 <ChrisWarrick> perhaps, are you using symlinks or anything like that within your site? 22:25:38 <shdob> No sir.. nothing crazy here... was just setting up new visual code on win10 WSL debian. Figured I'd import my blog and get up and running on this rig 22:26:28 <shdob> ``` [2019-12-18T22:20:44Z] ERROR: scan_posts: Error reading post posts/putting-forward-kswap-gsheet-link/index.html 22:26:28 <shdob> [2019-12-18T22:20:44Z] ERROR: Nikola: Error reading timeline 22:26:28 <shdob> [2019-12-18T22:20:44Z] ERROR: Nikola: Error loading tasks. An unhandled exception occurred.``` 22:26:50 <ChrisWarrick> Could you show one of the crashing files? 22:27:21 <shdob> odd even nikola status dies... 22:27:27 <shdob> one sec... removing nikola 22:39:22 <shdob> during the fresh install I did get the following `ERROR: importlib-metadata 1.3.0 has requirement configparser>=3.5; python_version < "3", but you'll have configparser 3.5.0b2 which is incompatible.` 22:43:25 <shdob> So I will work on this further apologies for the bother.