Logs for #nikola for 2016-02-26

07:56:52 <ChrisWarrick> [Tritium]: do you have a custom code.css file,or did you effectively disable code highlighting?
09:52:33 <KwBot> [nikola] spanezz opened issue #2266: Allow posts and their media to be together in the filesystem https://github.com/getnikola/nikola/issues/2266
10:37:40 <KwBot> [nikola] ralsina closed issue #2266: Allow posts and their media to be together in the filesystem https://github.com/getnikola/nikola/issues/2266
13:47:27 <7YUAAFATX> Wheelhouse build by Chris Warrick: The build passed. See https://travis-ci.org/getnikola/wheelhouse/builds/112008851.
13:51:11 <travis-ci> Wheelhouse build by requires.io: The build passed. See https://travis-ci.org/getnikola/wheelhouse/builds/112008867.
14:47:35 <travis-ci> Wheelhouse build by Chris Warrick: The build passed. See https://travis-ci.org/getnikola/wheelhouse/builds/112023695.
15:12:30 <zdzichu> is gallery code known to be busted with python3?
15:13:05 <ChrisWarrick> zdzichu: It isn’t?
15:13:37 <ChrisWarrick> zdzichu: It might be your theme, or something. What bug are you experiencing?
15:13:51 <zdzichu> I saw in issues that python3 is… problematic
15:14:00 <ChrisWarrick> zdzichu: that’s bullshit
15:14:16 <ChrisWarrick> especially considering we’re supposed to drop python 2 support soon
15:14:36 <zdzichu> http://fpaste.org/329893/49966714/
15:14:38 <zdzichu> ok ok
15:14:43 <zdzichu> theme is material-design
15:15:12 <ChrisWarrick> zdzichu: It’s a build issue, so the theme is not at fault.  Are you using an up-to-date copy of Nikola?
15:15:41 <zdzichu> Nikola v7.6.4
15:15:47 <zdzichu> ie. version packaged in fedora
15:17:22 <ChrisWarrick> that’s probably your problem
15:17:43 <zdzichu> ok, fair enough
15:18:49 <ChrisWarrick> https://github.com/getnikola/nikola/issues/2130
15:19:16 <ChrisWarrick> I recommend using a virtualenv for Nikola and keeping up-to-date with us. https://getnikola.com/getting-started.html
16:11:09 <KwBot> [nikola] max-arnold opened issue #2267: Link checker: tuple index out of range https://github.com/getnikola/nikola/issues/2267
16:29:49 <KwBot> [nikola] max-arnold opened issue #2268: Link checker logging verbosity https://github.com/getnikola/nikola/issues/2268
17:42:23 <[Tritium]> ChrisWarrick: disabled I guess?  My custom theme didn't have a code.css, and apparently neither did the base theme
18:30:25 <ChrisWarrick> [Tritium]: well, that sucks
18:31:00 <[Tritium]> ChrisWarrick: its a prose writing blog, so no great loss
18:31:40 <ChrisWarrick> [Tritium]: this is a bug we haven’t been able to reproduce
18:32:32 <[Tritium]> ChrisWarrick: with how much I have hacked on my themes?  not surprised.
18:33:05 <ChrisWarrick> [Tritium]: OS? platform?
18:33:20 <[Tritium]> linux (ubuntu 12.04)
18:33:30 <[Tritium]> python 3.5
18:36:11 <ChrisWarrick> Do you feel like going on a debugging adventure?
18:37:02 <[Tritium]> ChrisWarrick: let me spin up a fresh blog, and see if that does it too
18:40:09 <[Tritium]> what do you need me to do?  I have a fresh nikola and my site sitting side by side
18:47:16 <ChrisWarrick> [Tritium]: Can you reproduce the bug on the new site?
18:47:45 <[Tritium]> not with stock theme
18:50:07 <[Tritium]> oh...
18:50:27 <[Tritium]> even when I use my custom theme, it does not reproduce it
18:50:30 <[Tritium]> interesting
19:06:17 <ralsina> [Tritium]: And that's why we have never been able to reproduce it :-)
19:07:21 <[Tritium]> At this point its an interesting curiosity with my site, not a really problem.
19:32:00 <ChrisWarrick> [Tritium]: If you really cared, you could try uncommenting the debug code in config_changed, complete with an appropriate if checking the identifier, and show us the diff
19:33:58 <[Tritium]> I'll have more time, and more incentive to dig into this over the weekend.  at this very moment, producing content for the blog is a higher priority.