-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
What steps will reproduce the problem?
1. I click on Redmine Issues button
2. After loading ATOM feed I got this message:
Unable to read issue list:
An error has occurred retrieving the issue list:
Input string was not in a correct format.
System.FormatException: Input string was not in a correct format.
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at TurtleMine.FeedItem.parseTitle(String fullTitle)
at TurtleMine.FeedItem..ctor(SyndicationItem item, String baseRedmineUrl, String projectUrlPath)
at TurtleMine.FeedParser..ctor(String feedUrl)
at TurtleMine.Plugin.GetFeed()
What is the expected output? What do you see instead?
Issue list, I got only this error window.
What version of the product are you using? On what operating system?
OS: Windows 7 Professional Service Pack 1 64-bit
Language: en-US - English (United States)
Plugin: TurtleMine, Version=1.2.0.1
Tortoise: TortoiseSVN, Version=1.8.5.25224
Please provide any additional information below.
I use EasyRedmine.
Original issue reported on code.google.com by [email protected] on 18 Mar 2014 at 8:50