DEBUG:catfish: set_up_logging() 'logging enabled' DEBUG:catfish_search: __init__() 'methods: ['zeitgeist']' DEBUG:catfish_search: __init__() 'methods: ['zeitgeist', 'locate', 'walk']' DEBUG:catfish_search: run() 'path: /media/DATOS1/Test' DEBUG:catfish_search: __init__() 'methods: ['zeitgeist', 'locate', 'walk']' DEBUG:catfish_search: run() 'path: /media/DATOS1/Test' DEBUG:catfish_search: run() 'locate' DEBUG:catfish_search: run() 'walk' --- Logging error --- Traceback (most recent call last): File "/usr/share/catfish/catfish/CatfishWindow.py", line 1501, in perform_query mimetype, hidden, exact]) File "/usr/lib/python3/dist-packages/gi/overrides/Gtk.py", line 919, in append return self._do_insert(-1, row) File "/usr/lib/python3/dist-packages/gi/overrides/Gtk.py", line 910, in _do_insert row, columns = self._convert_row(row) File "/usr/lib/python3/dist-packages/gi/overrides/Gtk.py", line 820, in _convert_row result.append(self._convert_value(cur_col, value)) File "/usr/lib/python3/dist-packages/gi/overrides/Gtk.py", line 838, in _convert_value return GObject.Value(self.get_column_type(column), value) File "/usr/lib/python3/dist-packages/gi/overrides/GObject.py", line 213, in __init__ self.set_value(py_value) File "/usr/lib/python3/dist-packages/gi/overrides/GObject.py", line 244, in set_value self.set_long(py_value) OverflowError: Python int too large to convert to C long During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.4/logging/__init__.py", line 964, in emit msg = self.format(record) File "/usr/lib/python3.4/logging/__init__.py", line 814, in format return fmt.format(record) File "/usr/lib/python3.4/logging/__init__.py", line 551, in format record.message = record.getMessage() File "/usr/lib/python3.4/logging/__init__.py", line 314, in getMessage msg = msg % self.args TypeError: not all arguments converted during string formatting Call stack: File "/usr/share/catfish/bin/catfish.py", line 44, in catfish.main() File "/usr/share/catfish/catfish/__init__.py", line 77, in main Gtk.main() File "/usr/share/catfish/catfish/CatfishWindow.py", line 1506, in perform_query logger.error("Exception encountered: ", str(e)) Message: 'Exception encountered: ' Arguments: ('Python int too large to convert to C long',)