-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
version 0.1.15
On opening it shows a list of available machines (eg: GW's MacBook Pro). When I try any of the following entries it says it was unable to be found:
connect GW's MacBook Pro
connect "GW's MacBook Pro"
connect GW's_MacBook_Pro
connect "GW's_MacBook_Pro"
Then when I tried to type in my local IP I got the following:
Connecting to machine: 127.0.0.1
Command parser couldn't handle the last command: can't convert Symbol into String
/Library/Ruby/Gems/1.8/gems/qcmd-0.1.15/lib/qcmd/core_ext/osc/tcp_client.rb:23:in `initialize'
/Library/Ruby/Gems/1.8/gems/qcmd-0.1.15/lib/qcmd/core_ext/osc/tcp_client.rb:23:in `new'
/Library/Ruby/Gems/1.8/gems/qcmd-0.1.15/lib/qcmd/core_ext/osc/tcp_client.rb:23:in `initialize'
/Library/Ruby/Gems/1.8/gems/qcmd-0.1.15/lib/qcmd/context.rb:53:in `new'
/Library/Ruby/Gems/1.8/gems/qcmd-0.1.15/lib/qcmd/context.rb:53:in `connect_to_qlab'
/Library/Ruby/Gems/1.8/gems/qcmd-0.1.15/lib/qcmd/cli.rb:170:in `connect_machine'
/Library/Ruby/Gems/1.8/gems/qcmd-0.1.15/lib/qcmd/cli.rb:215:in `connect_to_machine_by_name'
/Library/Ruby/Gems/1.8/gems/qcmd-0.1.15/lib/qcmd/cli.rb:359:in `handle_input'
/Library/Ruby/Gems/1.8/gems/qcmd-0.1.15/lib/qcmd/cli.rb:323:in `split_and_handle'
/Library/Ruby/Gems/1.8/gems/qcmd-0.1.15/lib/qcmd/cli.rb:309:in `start'
/Library/Ruby/Gems/1.8/gems/qcmd-0.1.15/lib/qcmd/cli.rb:293:in `loop'
/Library/Ruby/Gems/1.8/gems/qcmd-0.1.15/lib/qcmd/cli.rb:293:in `start'
/Library/Ruby/Gems/1.8/gems/qcmd-0.1.15/lib/qcmd/cli.rb:11:in `launch'
/Library/Ruby/Gems/1.8/gems/qcmd-0.1.15/bin/qcmd:96
/usr/bin/qcmd:19:in `load'
/usr/bin/qcmd:19
Seems like there may be a string error with a machine with spaces, but I cannot account for the error with the local IP.
Thanks
GW