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

Error when trying to get owned games #106

Open
sp0ok3r opened this issue Sep 2, 2020 · 3 comments
Open

Error when trying to get owned games #106

sp0ok3r opened this issue Sep 2, 2020 · 3 comments

Comments

@sp0ok3r
Copy link

sp0ok3r commented Sep 2, 2020

I got this error when trying to get owned games:
(var OwnedGames = await InterfacePlayerService.GetOwnedGamesAsync(AccountLogin.CurrentSteamID, true, false); )

Error: "!!1 AutoMapper.IMapper.Map(!!0)'"

@babelshift
Copy link
Owner

Any more details on this? Stack trace / detailed exception? Do you have a specific Steam ID that I can use to recreate? Also what version of AutoMapper are you using in your project?

@sp0ok3r
Copy link
Author

sp0ok3r commented Oct 14, 2020

More details:
github

I tried some accounts , they always return the same, im using the last version of auto mapper 10.0.0

@Dmitriy-ksm
Copy link
Contributor

More details: github

I tried some accounts , they always return the same, im using the last version of auto mapper 10.0.0

Today I conducted unit tests for my branch.
I live in another country, and my system has a non-English CultureInfo set by default. This affects how the AutoMap parser works.
Maybe this is the problem. If your question is still relevant, maybe you should try setting CultureInfo ("en") for your application or something like that.

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

3 participants