Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GetAllPlayersStatisticValuesBySeasonAsync fails on Unexpected character exception #62

Open
mlynarp opened this issue Oct 17, 2024 · 5 comments

Comments

@mlynarp
Copy link

mlynarp commented Oct 17, 2024

Hi @Afischbacher ,

new season started and I took out of dust my application but I found out that GetAllPlayersStatisticValuesBySeasonAsync doesnt work.

It looks like some parsing issue.

image

Thanks for your support.

@Afischbacher
Copy link
Owner

Afischbacher commented Oct 18, 2024

Hey @mlynarp

Can you share with me the parameters you used to create this issue with thise specific function signature. It would help!

I'll look into it as soon as I can :)

Thanks!

@mlynarp
Copy link
Author

mlynarp commented Oct 18, 2024

sure,

I call it like this
var result = await _apiStatistics.GetAllPlayersStatisticValuesBySeasonAsync(SeasonYear.season20242025, GameType.RegularSeason);

@mlynarp
Copy link
Author

mlynarp commented Nov 2, 2024

Hey @Afischbacher
any idea what the problem is or when it can be fixed?

Should I try to fork your repo and fix it on my own?

@Afischbacher
Copy link
Owner

Afischbacher commented Nov 5, 2024

@mlynarp Hey, I am going to fix it tonight, just been busy with life!
The issue is around the Arizona Coyotes no longer being an active NHL team :( so I need to make some minor tweaks, no worries :)

@Afischbacher
Copy link
Owner

Hey @mlynarp,

The issue is now fixed in v3.6.0, please let me know if everything is good and I can close this issue!

Thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants