-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Solo WiFi Command Not Working #43
Comments
Just to be very clear, you are entering the actual value of your home SSID and password right? e.g.
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. ] 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:[email protected]] 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. — |
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?
The text was updated successfully, but these errors were encountered: