View Single Post
Posts: 479 | Thanked: 641 times | Joined on Dec 2007 @ Switzerland
#115
Originally Posted by Palleman View Post
Upgraded (0.1.1). Same error, same value in SQL.

/P
That's bad

Let's try to debug it:

Can you please add the following two lines in erminig-ng, at line 289 (just after the line that reads query.max_results = "100000"):

Code:
                print "updated_min=%s" % (query.updated_min)
                print "updated_max=%s" % (query.updated_max)
(remember to respect the same indentation as the other lines!)

and post back the output?

thanks

PS: just to make sure: did you remove the symlink to iso8601.py you created?
 

The Following User Says Thank You to lorelei For This Useful Post: