View Single Post
Old 10-04-2012, 09:16 AM   #15
sws
Enthusiast
sws began at the beginning.
 
sws's Avatar
 
Posts: 40
Karma: 10
Join Date: Oct 2012
Device: Pocket Book Touch HD3
Sorry, but error persists:

Quote:
Traceback (most recent call last):
File "site.py", line 58, in main
File "site-packages/calibre/library/cli.py", line 1361, in main
File "site-packages/calibre/library/cli.py", line 198, in command_list
File "site-packages/calibre/library/cli.py", line 64, in do_list
File "site-packages/calibre/library/caches.py", line 833, in search
File "site-packages/calibre/library/caches.py", line 851, in search_getting_ids
File "site-packages/calibre/utils/search_query_parser.py", line 207, in parse
File "site-packages/calibre/utils/search_query_parser.py", line 218, in _parse
File "site-packages/calibre/utils/search_query_parser.py", line 226, in evaluate
File "site-packages/calibre/utils/search_query_parser.py", line 232, in evaluate_and
File "site-packages/calibre/utils/search_query_parser.py", line 226, in evaluate
File "site-packages/calibre/utils/search_query_parser.py", line 265, in evaluate_token
File "site-packages/calibre/utils/search_query_parser.py", line 269, in _get_matches
File "site-packages/calibre/library/caches.py", line 698, in get_matches
File "site-packages/calibre/library/caches.py", line 413, in get_dates_matches
ParseException: Date conversion error (at char 4), (line:1, col:5)
I even tried to execute this comand on the python interpreter command line including
Quote:
import locale
locale.setlocale(locale.LC_ALL, '')

import os
os.system("calibredb list --search 'date:<1daysago and tags:news and authors:=calibre' | cut -f1 -d" " | tail -n+2")
Didn't help, same error.
sws is offline   Reply With Quote