AlphaCentaury / MovistarTV

IPTViewr: Decodificador virtual IPTV para ver los canales de movistar+ España (imagenio) en Windows con VLC
https://www.alphacentaury.org/movistartv/
Other
50 stars 10 forks source link

StackOverflow in ServiceLogoMappings.Get #1

Closed AlphaCentaury closed 8 years ago

AlphaCentaury commented 8 years ago

v1.5 'Kruger 60' alpha 4 StackOverflow exception is thrown in Project.IpTv.UiServices.Configuration.Logos::ServiceLogoMappings.Get The call stack reveals an infinite recursion.

AlphaCentaury commented 8 years ago

The infinite recursion occurs as a result of the change of the default domain name from DVB-IPTV to IPTV in Properties.InvariantTexts.DefaultDomainNameServiceLogo of project UiServices.Config.

This could be trivially fixed by changing it back to DVB-IPTV. But this shows there's a bug in the implementation, as it assumes the default domain exists.

Will be fixed by

Unrelated, but also linked to the renaming of DVB-IPTV to IPTV in said file, Properties.InvariantTexts.DefaultDomainNameProviderLogo will be reverted to DVB-IPTV.