Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WARNING: template errors / recursion #33

Closed
wikihelper opened this issue Sep 13, 2015 · 1 comment
Closed

WARNING: template errors / recursion #33

wikihelper opened this issue Sep 13, 2015 · 1 comment

Comments

@wikihelper
Copy link

I encountered the problem after running WikiExtractor.py on an italian wiki dump

WikiExtractor.py Version: 2.36 (August 31, 2015)

Error Output:

INFO: Preprocessed 2300000 pages
INFO: Preprocessed 2400000 pages
INFO: Loaded 126134 templates in 750.0s
INFO: Starting page extraction from res/02/itwiki-latest-pages-articles.xml.xml.
INFO: Using 4 extract processes.
WARNING: template errors 'Archeologia subacquea' (12): untitled(163) recursion(0,0,0)
WARNING: template errors 'Arte' (19): untitled(163) recursion(0,0,0)
WARNING: template errors 'Sport individuale' (83): untitled(163) recursion(0,0,0)
WARNING: template errors 'Astronomo' (268): untitled(337) recursion(0,0,0)
WARNING: template errors 'America Centrale' (279): untitled(163) recursion(0,0,0)
WARNING: template errors 'Antoine de Saint-Exupéry' (285): untitled(167) recursion(0,0,0)
WARNING: template errors 'Abramo Abulafia' (293): untitled(163) recursion(0,0,0)
WARNING: template errors 'Aeroporto' (286): untitled(330) recursion(0,0,0)
WARNING: template errors 'Alan Kay' (330): untitled(163) recursion(0,0,0)
WARNING: template errors 'Agropoli' (315): untitled(163) recursion(0,0,0)
WARNING: template errors 'Antonio Fogazzaro' (336): untitled(163) recursion(0,0,0)
WARNING: template errors 'Alpi' (337): untitled(163) recursion(0,0,0)

WikiExtractor.py Version: 2.34 (June 2, 2015)

Error Output:

WARNING: Max template recursion exceeded!
INFO: 15 Analisi delle frequenze
INFO: 18 Aerofoni
INFO: 19 Arte
WARNING: Max template recursion exceeded!
WARNING: Max template recursion exceeded!
WARNING: Max template recursion exceeded!
WARNING: Max template recursion exceeded!
WARNING: Max template recursion exceeded!

Link to italian Wiki Dump:
http://download.wikimedia.org/itwiki/latest/itwiki-latest-pages-articles.xml.bz2

@attardi
Copy link
Owner

attardi commented Sep 14, 2015

The warnings are normal, due to malformed templates.
There was an error though in release 2.36 that has been fixed in release 2.37.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants