Guest andreif Report post Posted July 19, 2013 This exceptions happens from time to time (I can’t detect any system yet) Code repo: https://github.com/fandrei/CityIndexScreensaver System.NullReferenceException: Object reference not set to an instance of an object. at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add) at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value) at StreamingClient.Lightstreamer.LightstreamerClient.BuildListenerTDtoin c:\dev\workspace\CIAPI.CS\src\StreamingClient\Lightstreamer\LightStreamerClient.cs:line 117 at CIAPI.Streaming.Lightstreamer.LightstreamerClient.BuildPriceListener(String topic) in c:\dev\workspace\CIAPI.CS\src\CIAPI\Streaming\Lightstreamer\LightStreamerClient.cs:line 16 at CityIndexScreensaver.Data.SubscribePricesThreadEntry(String topic, Action`1 onUpdate) in d:\Projects\CityIndexScreensaver\CityIndexScreensaver\Data.cs:line 84 OK Share this post Link to post
Guest andreif Report post Posted July 26, 2013 Described workaround here https://github.com/cityindex/CIAPI.CS/issues/32 Share this post Link to post
Guest mrdavidlaing Report post Posted August 6, 2013 This exceptions happens from time to time (I can’t detect any system yet) Code repo: https://github.com/fandrei/CityIndexScreensaver System.NullReferenceException: Object reference not set to an instance of an object. at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add) at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value) at StreamingClient.Lightstreamer.LightstreamerClient.BuildListenerTDtoin c:\dev\workspace\CIAPI.CS\src\StreamingClient\Lightstreamer\LightStreamerClient.cs:line 117 at CIAPI.Streaming.Lightstreamer.LightstreamerClient.BuildPriceListener(String topic) in c:\dev\workspace\CIAPI.CS\src\CIAPI\Streaming\Lightstreamer\LightStreamerClient.cs:line 16 at CityIndexScreensaver.Data.SubscribePricesThreadEntry(String topic, Action`1 onUpdate) in d:\Projects\CityIndexScreensaver\CityIndexScreensaver\Data.cs:line 84 OK Have logged an issue for this at https://github.com/cityindex/CIAPI.CS/issues/32 Share this post Link to post