Project

General

Profile

Bug #439

Updated by Luke Murphey over 11 years ago

The following works have no state sets and cannot be imported:

<pre>
1 aristoph.wasps_gk.xml
2 aristoph.thes_gk.xml
3 aristoph.pl_gk.xml
4 aristoph.peace_gk.xml
5 aristoph.lys_gk.xml
6 aristoph.kn_gk.xml
7 aristoph.frogs_gk.xml
8 aristoph.eccl_gk.xml
9 aristoph.cl_gk.xml
10 aristoph.birds_gk.xml
11 aristoph.ach_gk.xml
</pre>

<pre>
reader.importer.PerseusBatchImporter: Exception generated when attempting to process file="aristoph.wasps_gk.xml"
Traceback (most recent call last):
File "/Users/lmurphey/Documents/SP/Workspace/TextCritical.com/src/reader/importer/PerseusBatchImporter.py", line 326, in process_directory
if self.__process_file__( os.path.join( root, f) ):
File "/Users/lmurphey/Documents/SP/Workspace/TextCritical.com/src/reader/importer/PerseusBatchImporter.py", line 277, in __process_file__
return self.process_file(file_path, document_xml, title, author, language)
File "/Users/lmurphey/Documents/SP/Workspace/TextCritical.com/src/reader/importer/PerseusBatchImporter.py", line 453, in process_file
perseus_importer.import_file(file_path)
File "/Users/lmurphey/Documents/SP/Workspace/TextCritical.com/src/reader/importer/Perseus.py", line 139, in import_file
return self.import_xml_document(doc)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/django/db/transaction.py", line 209, in inner
return func(*args, **kwargs)
File "/Users/lmurphey/Documents/SP/Workspace/TextCritical.com/src/reader/importer/Perseus.py", line 571, in import_xml_document
current_state_set = state_sets[self.state_set]
IndexError: list index out of range
</pre>

Back