kRapaille / LeagueOfLegendsAPI

Portable C# Library for League of legends API
http://xeex.github.io/LeagueOfLegendsAPI
MIT License
19 stars 7 forks source link

Automapper Exception #39

Closed GrzegorzJanik closed 10 years ago

GrzegorzJanik commented 10 years ago

The exception is thrown I think for player that played URF vs Bots. You can serach for "Szajbusek" (or 42664901 ID) and it will be thrown.

Mapping types: String -> PlayerStatSummaryTypeEnum System.String -> PortableLeagueApi.Interfaces.Enums.PlayerStatSummaryTypeEnum

Destination path: PlayerStatsSummary.PlayerStatSummaryType.PlayerStatSummaryType

Source value: URFBots ---> System.InvalidOperationException: No matching element

kRapaille commented 10 years ago

The NuGet package has been updated. Please tell me if you still have the issue.

GrzegorzJanik commented 10 years ago

Issue is gone. Good job + fast reaction time :)