Closed GoogleCodeExporter closed 9 years ago
It seems like an API problem.
Maybe the API got more strict.
I have changed the API interface to only commit the date (and not the date/time)
Could you try attached version?
Original comment by bas.them...@gmail.com
on 21 Mar 2013 at 12:24
Attachments:
The attached version cannot be launched, it just starts and immediately exits
without any notice, the windows event viewer reports:
1) .NET Runtime error (The process was killed because of unhandled exception:
System.InvalidOperationException
Stack:
in System.Windows.Forms.Application.SetCompatibleTextRenderingDefault(Boolean)
in Redmine.Client.Program.Main()
2) Application error:
Name of error module KERNELBASE.dll, version: 6.1.7601.18015
Exception code: 0xe0434352
Path to the error module: C:\Windows\system32\KERNELBASE.dll
I have Windows in Czech so I tried to translete the text to English as far as I
can...
I have Windows 7 64bit Professional if it helps.
Original comment by martin.gruber@email.cz
on 21 Mar 2013 at 3:05
Strange.. Created a new build which catches this exception.
Original comment by bas.them...@gmail.com
on 22 Mar 2013 at 11:24
Attachments:
Version 2.0.4.2 can be launched but the original problem persists:
Exception: TimeEntry has invalid or missing attribute parameters: Date can't be
blank
Original comment by martin.gruber@email.cz
on 22 Mar 2013 at 3:47
I looks like a problem in redmine 2.2.3. I have just been able to test it
myself. I'll check if the problem still exists in 2.3.
Original comment by bas.them...@gmail.com
on 26 Mar 2013 at 3:29
The problem is in Redmine 2.3 too (I have just upgraded). However, the
exception message is more specific:
TimeEntry has invalid or missing attribute parameters: Date can't be blank
Date is not a valid date
Original comment by martin.gruber@email.cz
on 28 Mar 2013 at 3:43
OK, thank you for testing.
I'll collect logs from Redmine and will create an issue at redmine.org
Original comment by bas.them...@gmail.com
on 28 Mar 2013 at 3:52
I've changed the api to a fixed Date-format, like with issues and for me the
problem seems to be solved.
Could you verify the attached build?
Original comment by bas.them...@gmail.com
on 16 Apr 2013 at 10:25
Attachments:
The attached version cannot be launched (Windows message window 'RedmineClient
stop working').
From VS (when trying to debug the program) I was able to get the following:
An unhandled exception of type 'System.InvalidOperationException' occurred in
System.Windows.Forms.dll
From the Windows event viewer it looks like the same exception I mentioned in
comment #2.
Original comment by martin.gruber@email.cz
on 16 Apr 2013 at 12:19
Hmmm, sorry.
Try again...
Original comment by bas.them...@gmail.com
on 16 Apr 2013 at 12:29
Attachments:
Well, I successfully commited a time entry. Thank you very much!
Original comment by martin.gruber@email.cz
on 17 Apr 2013 at 7:01
Good to hear. I submitted the fix to the API developers
Original comment by bas.them...@gmail.com
on 17 Apr 2013 at 9:02
Fixed with revision 242
Original comment by bas.them...@gmail.com
on 20 Apr 2013 at 10:05
Original issue reported on code.google.com by
martin.gruber@email.cz
on 15 Mar 2013 at 8:43