Troubleshooting importing of large bibtex file
I have a relatively large bibtex file (9MB, 7000 entries) that I would like to import. With 1.5. beta 1 the import failed after a while. With 1.5 beta 2, the import does not fail, but seems to go on for ever. I let it run for an hour with debug level 2.
The debug log just lists endlessly
zotero(2): cleanString() is deprecated; use trimInternal() instead
zotero(2): cleanString() is deprecated; use trimInternal() instead
zotero(2): cleanString() is deprecated; use trimInternal() instead
Any suggestions on how to troubleshoot?
Mikko
The debug log just lists endlessly
zotero(2): cleanString() is deprecated; use trimInternal() instead
zotero(2): cleanString() is deprecated; use trimInternal() instead
zotero(2): cleanString() is deprecated; use trimInternal() instead
Any suggestions on how to troubleshoot?
Mikko
This is an old discussion that has not been active in a long time. Instead of commenting here, you should start a new discussion. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
I tried to use Zotero.debug -function, but for some reason it does not work.
I added the following two lines in the beginning of the doImport function
dump("Importing\n");
Zotero.debug("Starting BibTeX import");
In the log I get the "Importing"-text, but not the debug text
Importing
zotero(3): Saving data for new item to database
What could be the issue? Is logging not available for translators?
Mikko
Is there some kind of limit of the file size that the software may run into?
Mikko
Mikko