Quote:
Originally Posted by kovidgoyal
See
Code:
Traceback (most recent call last):
File "calibre/utils/formatter.py", line 1722, in safe_format
File "calibre/utils/formatter.py", line 1616, in evaluate
File "calibre/utils/formatter.py", line 1524, in _eval_program
File "calibre/utils/formatter.py", line 851, in program
File "calibre/utils/formatter.py", line 865, in expression_list
File "calibre/utils/formatter.py", line 1417, in expr
File "calibre/utils/formatter.py", line 1415, in expr
File "calibre/utils/formatter.py", line 873, in do_node_if
File "calibre/utils/formatter.py", line 1417, in expr
File "calibre/utils/formatter.py", line 1414, in expr
File "calibre/utils/formatter.py", line 865, in expression_list
File "calibre/utils/formatter.py", line 1417, in expr
File "calibre/utils/formatter.py", line 1415, in expr
File "calibre/utils/formatter.py", line 985, in do_node_func
File "calibre/utils/formatter.py", line 1417, in expr
File "calibre/utils/formatter.py", line 1414, in expr
File "calibre/utils/formatter.py", line 865, in expression_list
File "calibre/utils/formatter.py", line 1417, in expr
File "calibre/utils/formatter.py", line 1415, in expr
File "calibre/utils/formatter.py", line 1108, in do_node_field
File "calibre/utils/formatter.py", line 1106, in do_node_field
File "calibre/utils/formatter.py", line 829, in error
ValueError: Interpreter: Unknown field '#catalog_status' - line number 2
Error evaluating column named: *row1098663422593704131
Add
--with-library=/tmp/empty
|
I see what you mean, although I don't understand exactly what would be driving those messages. I have been doing a bunch of stuff with custom columns to track where I am at massaging ebook metadata and EPUB formatting. Much of it I have been filling in using Action Chains and template functions. But I'm not sure what it is that would be trying to do anything on launch?
Launching with the empty library works. Do you have a suggestion for what to do after that?