PUBGSharp
PUBGSharp copied to clipboard
C# wrapper for PUBG stats API
Hi! In this line var opid = doc.DocumentNode.SelectSingleNode(@"//div[@id='userNickname']").Attributes["data-user_id"].Value; i get nullreferenceexception. Can you chek it out?
Hi! First of all, i wanna say thank you to this nugget, but unfortunatelly not working for me. :( I have api key, but GetPlayerStatsAsync result's is always throw the...
I get this error even when I test the api in fiddler, It is not the issue of the repository. But I have got no where else to ask. Has...
GetPlayerStatsAsync cannot accept more than region for filtering. Should allow for gamemode and season filtering. Would be easy to implement.
After pubgtracker.com added the newew regions, the data may not be deserialized propperly anymore when someone played on for example a 'Korean' server. Here is a screenshot showing the actual...
Hi, I am beginner and i'm sorry if question is stupid, but i cant find rank stats nowhere. I supposed it will be under Stats.Rank, but rank does not exist....
See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.ArgumentException: Requested value 'duo-fpp' was not found. at...
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...
Since PUBG is now doing monthly resets could we have a way to get the most recent season easily? I assumed that the API was going to return the current...