Open staleyj1 opened 8 years ago
Just to be very clear, you are entering the actual value of your home SSID and password right?
e.g.
solo wifi --name=myhomeinternetnetwork --password=mysecretpasswordformynetwork
YOu must previously have SSH'd into your vehicle at least once.
I had a problem on this for a while which ended up being bad firmware on the router, so you might want to update that (or try with another router or a phone hotspot to verify that it is not a router problem).
Good luck.
Yes I am. When I input this command in the command line
solo wifi --name=myhomeinternetnetwork --password=mysecretpasswordformynetwork
This is what I get.
Usage:
solo info
solo wifi --name= ]
solo flash (drone|controller|both) (latest|current|factory| It doesn’t seem to do anything, just brings the solo options up again. However, when I put quotes around myhomeinternetnetwork and mysecretpasswordformynetwork, it says Connecting to controller… I tried my hotspot and got the same issue. Is there anything I am missing? From: Hamish Willee [mailto:notifications@github.com]
Sent: Wednesday, April 13, 2016 8:22 PM
To: 3drobotics/solo-cli solo-cli@noreply.github.com
Cc: Staley, James Spencer staleyj1@msu.edu
Subject: Re: [3drobotics/solo-cli] Solo WiFi Command Not Working (#43) Just to be very clear, you are entering the actual value of your home SSID and password right? e.g. solo wifi --name=myhomeinternetnetwork --password=mysecretpasswordformynetwork YOu must previously have SSH'd into your vehicle at least once. I had a problem on this for a while which ended up being bad firmware on the router, so you might want to update that (or try with another router or a phone hotspot to verify that it is not a router problem). Good luck. —
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHubhttps://github.com/3drobotics/solo-cli/issues/43#issuecomment-209698986
What operating system are you using? If it's windows 10 you're out of luck as Solo CLI doesn't work on windows 10
I haven't tried it but Windows 10 has ability to run programs in compatible mode for widows 7 and 8
@hdtechk @abcgefg Solo CLI does work on Windows 10 for pretty much everything (possible exception of bundling scripts). @staleyj1 sorry, missed your post - no idea sorry. Mine says connecting to vehicle and then does reboots etc as stated in the docs. I did have a problem with this when I tried using CLI before connecting via SSH (as this sets up keys etc).
PS I am no longer working for 3DRobotics, so not involved in this tool much anymore.
The problem is related to the paramiko library. Try to install the version 2.0.5.
When I run
solo wifi --name=ssid --password=password
I get this in the command prompt:
connecting to solo..
It is stuck at this point. Is there something I need to download for it to run? Or is there a fix around this?