Bug #345
password with only digits fail to work with remote engines
Status: | Closed | Start: | 02/10/2010 | |
Priority: | Normal | Due date: | ||
Assigned to: | Mirco Bauer | % Done: | 100% |
|
Category: | Engine | |||
Target version: | 0.7.2 | |||
Complexity: | Low |
Found in Version: | ||
Votes: | 0 |
Description
adding a remote engine to the frontend with a number only password works, but when connecting it fails with:
An error occurred while connecting to the engine! Engine URL: Error: Cannot cast from source type to destination type.when trying to edit, it fails with:
Exception Type: System.InvalidCastException Exception Message: Cannot cast from source type to destination type. Exception StackTrace: at Smuxi.Frontend.Gnome.EngineAssistant.InitCredentialsPage () [0x00000] at Smuxi.Frontend.Gnome.EngineAssistant.InitPages () [0x00000] at Smuxi.Frontend.Gnome.EngineAssistant..ctor (Gtk.Window parent, Smuxi.Engine.FrontendConfig config, System.String engineName) [0x00000] at Smuxi.Frontend.Gnome.EngineManagerDialog._OnEditButtonPressed () [0x00000] at Smuxi.Frontend.Gnome.EngineManagerDialog._OnResponse (System.Object sender, Gtk.ResponseArgs e) [0x00000]
Associated revisions
Revision 7314e59a128b062e249a3a6bbdb7cb906fd0c023
Fixed InvalidCastException when using engine passwords with only digits. (closes: #345)
History
Updated by Mirco Bauer 5282 days ago
- Target version set to 0.7.2
- Complexity set to Low
Updated by Mirco Bauer 5282 days ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset 7314e59a128b062e249a3a6bbdb7cb906fd0c023.