eklypss / PUBGSharp

C# wrapper for PUBG stats API
25 stars 14 forks source link

GetPlayerStatsAsync throws Exception with new update #16

Open beartastic opened 7 years ago

beartastic commented 7 years ago

I'm getting a generic Exception when I run this code:

var stats = await statsClient.GetPlayerStatsAsync(pubg_name).ConfigureAwait(false);

This command worked before the FPP stats began.

Will there be an update to this package to fix it, and make it compatible with FPP?

eklypss commented 7 years ago

Should be fixed in 1.3.2, also you can get FPP stats now.