-
Notifications
You must be signed in to change notification settings - Fork 40
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
The local URL doesn't load #107
Comments
There are usually two potential causes for this:
One way to work around (2) is to plug both the Pi and your computer into a network with a DHCP server (such as on most LANs). This still needs a mDNS resolver to find the .local address. A short-term solution is to hook up a HDMI monitor and USB keyboard to the Pi, log in with "pi", "raspberry", and run "ifconfig -a", which will print the IP address of the Pi ethernet. You can use that IP address to access the Pi rather than "frcvision.local". You can set a fixed IP address via the web dashboard. |
So when I go into the raspberry pi, login and type "sudo ifconfig -a", I get the ip "169.254.44.169" which I then put into my browser. I get the same message about the site not being able to be reached. EDIT: |
Can you ping that IP address from the computer? It could be a firewall issue. |
I am having this same problem I can ping, and I am using that address that I pinged. |
Can you ssh in (e.g. using PuTTY)? What browser are you using? |
I figured out the problem with this one. I could SSH into it. The problem appears to have been that I was using a RaspberryPi 2. Putting it on a 3 came up with no issues. |
Huh, that's odd, it should work on a Pi 2, but I admit I've not tested that platform. |
Hi,
I have just flashed my SD card with the image and when I went to go to http://frcvision.local/ the page tells me that it can't be reached.
The Raspberry Pi is turned on and plugged into my computer with an ethernet cable.
Any help is much appreciated.
The text was updated successfully, but these errors were encountered: