]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/brokenlinks_accumulates_duplicate_items.mdwn
Fix python proxy to not crash when fed unicode data in getstate and setstate.
[ikiwiki.git] / doc / bugs / brokenlinks_accumulates_duplicate_items.mdwn
1 After several runs of ikiwiki --refresh, the page I use with the [[plugin/brokenlinks]] directive on it accumulates multiple repeated lists of pages on the RHS. For example:
2
3  * ?freebies from free kilowatts, free kilowatts, free kilowatts, free kilowatts, free kilowatts
4
5 In this case the page "free kilowatts" has one link to "freebies" (it's tagged freebies).
6
7 I think this may just be links caused by tags, actually.
8
9 ikiwiki version 3.14159265.
10
11 -- [[Jon]]
12
13 > Is it possible that you upgraded from a version older than 3.12,
14 > and have not rebuilt your wiki since, but just refreshed? And did not run
15 > `ikiwiki-transition deduplinks`? If so, suggest you rebuild the wiki,
16 > or run that, either would probably fix the problem.
17
18 > If you can get to the problem after rebuilding with the current ikiwiki, 
19 > and then refreshing a few times, I guess I will need a copy of the wiki
20 > source and the `.ikiwiki` directory to reproduce this. --[[Joey]] 
21
22 >> Hi Joey, thanks for your response. I've reproduced it post rebuild and after having ran ikiwiki-transition and many refreshes (both resulting from content changes and otherwise) unfortunately, with ikiwiki 3.14159265 (different machine to above report, though). I will contact you privately to provide a git URL and a copy of my .ikiwiki. -- [[Jon]]
23
24 >>> Found the bug that was causing duplicates to get in, and fixed it.
25 >>> [[done]] --[[Joey]] 
26
27 >>>> Good work Joey, thanks! -- [[Jon]]