Trying to sync and get this error
./redminetimesync.py 2
Sync tasks for 09/02/15 ?
Press ENTER to validate ...
-> Connecting to Redmine... OK
* [8.0h #1705]: #1705
Total : 8.0h
Press ENTER to synchronize those tasks ...
-> Sending entries .
Traceback (most recent call last):
File "./redminetimesync.py", line 281, in
syncToRedmine(time_entries, date, redmine)
File "./redminetimesync.py", line 169, in syncToRedmine
comments=time_entry_infos['comment']
File "/usr/local/lib/python2.7/dist-packages/redmine/managers.py", line 180, in create
response = self.redmine.request('post', url, data=data)
File "/usr/local/lib/python2.7/dist-packages/redmine/__init__.py", line 143, in request
raise ValidationError(to_string(', '.join(e if is_string(e) else ': '.join(e) for e in errors)))
redmine.exceptions.ValidationError: Date is not a valid date
Trying to sync and get this error
./redminetimesync.py 2 Sync tasks for 09/02/15 ? Press ENTER to validate ... -> Connecting to Redmine... OK * [8.0h #1705]: #1705 Total : 8.0h Press ENTER to synchronize those tasks ... -> Sending entries . Traceback (most recent call last): File "./redminetimesync.py", line 281, in syncToRedmine(time_entries, date, redmine) File "./redminetimesync.py", line 169, in syncToRedmine comments=time_entry_infos['comment'] File "/usr/local/lib/python2.7/dist-packages/redmine/managers.py", line 180, in create response = self.redmine.request('post', url, data=data) File "/usr/local/lib/python2.7/dist-packages/redmine/__init__.py", line 143, in request raise ValidationError(to_string(', '.join(e if is_string(e) else ': '.join(e) for e in errors))) redmine.exceptions.ValidationError: Date is not a valid date