After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 544505 - Exception on startup
Exception on startup
Status: RESOLVED FIXED
Product: hotssh
Classification: Other
Component: everything
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Colin Walters
hotssh-maint
Depends on:
Blocks:
 
 
Reported: 2008-07-24 09:10 UTC by Ross Burton
Modified: 2014-10-24 20:50 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ross Burton 2008-07-24 09:10:31 UTC
$ hotssh
Traceback (most recent call last):
  • File "/home/ross/BUILD/bin/hotssh", line 71 in <module>
    VteMain().main(SshApp)
  • File "../hotssh/hotvte/vtewindow.py", line 556 in main
  • File "../hotssh/sshwindow.py", line 1189 in offer_load_session
  • File "../hotssh/sshwindow.py", line 921 in new_tab
  • File "../hotssh/sshwindow.py", line 1096 in open_connection_dialog
  • File "../hotssh/sshwindow.py", line 340 in __init__
  • File "../hotssh/sshwindow.py", line 462 in __reload_entry
  • File "../hotssh/sshwindow.py", line 192 in get_hosts
  • File "../hotssh/sshwindow.py", line 175 in __read_hosts
ValueError: need more than 1 value to unpack

Comment 1 Ross Burton 2008-07-24 09:13:13 UTC
This is caused by a blank line in my known_hosts file.
Comment 2 Colin Walters 2008-07-24 11:23:09 UTC
Committed r29
	D	MANIFEST.in
	M	hotssh/sshwindow.py
r29 = 19b00ce678a740db560a1a00c0d4b13d2a57f514 (git-svn)

Thanks for the report!