Open GoogleCodeExporter opened 8 years ago
what are the three places?
Original comment by alan...@gmail.com
on 1 Feb 2008 at 4:07
Hi, I am a developer from Poland I have also discovered this problem. Witty
crashes
and freezes in unexpected way, and I debbuged it to find the solution.
My CurrentCulture is pl-PL.
First, Witty just freezes on retrieving tweets (doing nothing and showing
"Retrieving
tweets"), because of FormatException (String was not recognized as a valid
DateTime)
in TwitterNet.cs in line 950. After changing CultureInfo.CurrentCulture into
CultureInfo.GetCultureInfo("en-US") (below, in line 953) it works as it should.
Windows was showing "Application encountered an problem and will be closed"
when I
was trying to click "User" or "Options".
Change also CultureInfo.CurrentCulture into CultureInfo.GetCultureInfo("en-US")
in
lines 620 and 736 of TwitterNet.cs.
And now Witty is working smoothly.
Attached changed TwitterNet.cs working (for me) on non-US cultures.
Original comment by marcin.k...@gmail.com
on 4 Mar 2008 at 6:57
Attachments:
Original issue reported on code.google.com by
yeqiwei
on 5 Jan 2008 at 3:29