Skip to content
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

Pi Finder auto update fail. Are you connected to the internet? (Yes, I am) #61

Open
NauchtanRobotics opened this issue Apr 11, 2016 · 4 comments

Comments

@NauchtanRobotics
Copy link

Why is running Pi Finder conditional on connecting to the internet to update? Surely it should be able to run on my Windows 8.1 PC as released? Plus, I was connected to the internet.
image

@joanaz
Copy link

joanaz commented Jan 12, 2017

I'm having the same problem with the 3.0.0 release. I'm using the school wifi, so there might be a firewall, any way to get around it?

@Antiparras
Copy link

Start the app as Administrator and it will go straight in :)

@moronidiot
Copy link

Im having this issues too, Even with adminsitrator permission.

@macnaughtond
Copy link

I am using Linux now and I just ping all devices on my home network. The command will be similar if you are using a Windows Power-Shell Terminal. From experience, all ip addresses on my home network start with 192.168.43... So I make a loop to cycle the last digit from 192.168.43.1 through to 192.168.43.255 like this:
for ip in $(seq 1 254); do ping -c 1 192.168.43.$ip | grep "bytes from" | cut -d " " -f 4 | cut -d ":" -f 1 & done
Do this once with your Pi turned off, and once with it turned on, and note the difference. Make sure your home router/hot-spot is turned on.
The you can simply type:
ssh pi@192.168.##.###
type 'yes' to add the address permanently, and enter raspberry as the password.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants