You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)'"
The text was updated successfully, but these errors were encountered:
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?
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.
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)'"
The text was updated successfully, but these errors were encountered: