Closed GoogleCodeExporter closed 8 years ago
what version of the library are you using.
Also, you shouldn't use %20 for the space. The library will automatically
change spaces to %20 correctly.
Original comment by shimmanning@gmail.com
on 5 Aug 2011 at 1:23
The first time i tried the library was v0.2.0.1, and already had the
NullReferenceException.
It still crash with 0.3.0.0
I replaced %20 with a space, and still crash.
Original comment by barra...@gmail.com
on 5 Aug 2011 at 1:28
Ok, i downloaded the solution and now i'm able to debug.
When i call GetCharacter or GetGuild, the exception is raised by UnixTimestamp
ctr.
i replaced :
time = DateTime.MinValue;
to :
time = DateTimeOffset.MinValue;
And now both functions work.
I think this is timezone related
My computer is UTC +2
Original comment by barra...@gmail.com
on 5 Aug 2011 at 1:53
I forgot to add ".jpg" to the icon url, that's why it couldn't find it.
But the catch block for BattleNetClient.GetUrl(Uri url, Cache cache) failed (r
is null), which throws an unhandled exception,
Original comment by barra...@gmail.com
on 5 Aug 2011 at 2:01
Both of these issues have been fixed in the newest source
Changeset: 28 (912633d42290)
Thank you for tracking it down
Original comment by shimmanning@gmail.com
on 5 Aug 2011 at 2:06
[deleted comment]
see r912633d42290
Original comment by shimmanning@gmail.com
on 5 Aug 2011 at 2:08
Confirmed
Auction list is still empty, i keep searching why
Original comment by barra...@gmail.com
on 5 Aug 2011 at 2:18
im closing this issue as issue 11 is for the auction data not working
Original comment by shimmanning@gmail.com
on 12 Aug 2011 at 1:49
Original issue reported on code.google.com by
barra...@gmail.com
on 5 Aug 2011 at 12:49Attachments: