PUBGSharp
PUBGSharp copied to clipboard
GetPlayerStatsAsync throws Exception with new update
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?
Should be fixed in 1.3.2, also you can get FPP stats now.