Bug #959
Exception: An item with the same key has already been added.
Status: | New | Start: | 03/07/2014 | |
Priority: | Normal | Due date: | ||
Assigned to: | - | % Done: | 0% |
|
Category: | Engine IRC | |||
Target version: | - | |||
Complexity: | Found in Version: | |||
Votes: | 0 |
Description
I'm on .11 RC2-5 and got this when I hit "Reconnect" on an IRC server node.
Exception Type:System.ArgumentExceptionException Message:An item with the same key has already been added.Exception StackTrace: at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add) at Meebey.SmartIrc4net.IrcClient._StoreChannelsToRejoin() at Meebey.SmartIrc4net.IrcClient.Reconnect(Boolean login, Boolean channels) at Smuxi.Engine.IrcProtocolManager.Reconnect(FrontendManager fm) at Smuxi.Frontend.Gnome.ProtocolChatView.<OnTabMenuReconnectActivated>c__AnonStorey2D.<>m__6A(Object )
History
Updated by Mirco Bauer 3910 days ago
- Category set to Engine IRC