SteamWebAPI2 icon indicating copy to clipboard operation
SteamWebAPI2 copied to clipboard

Error when trying to get owned games

Open sp0ok3r opened this issue 5 years ago • 3 comments

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)'"

sp0ok3r avatar Sep 02 '20 01:09 sp0ok3r

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?

babelshift avatar Oct 14 '20 13:10 babelshift

More details: github

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

sp0ok3r avatar Oct 14 '20 19:10 sp0ok3r

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.

Dmitriy-ksm avatar Oct 30 '21 23:10 Dmitriy-ksm