PUBGSharp icon indicating copy to clipboard operation
PUBGSharp copied to clipboard

GetPlayerStatsAsync throws Exception with new update

Open beartastic opened this issue 7 years ago • 1 comments

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?

beartastic avatar Sep 14 '17 05:09 beartastic

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

eklypss avatar Sep 14 '17 09:09 eklypss