- Hands-On Robotics Programming with C++
- Dinesh Tavasalkar
- 278字
- 2021-06-24 15:30:27
Handling VNC and PuTTY errors
In the VNC Viewer, sometimes, when you are selecting the IP address of the RPi, you may see the following pop-up error message instead of the RPi display:

You may also see the following message:

If you get either of these errors, click on the Wi-Fi icon on your laptop and make sure that you are connected to the same Wi-Fi network to which the RPi is connected. If this is the case, there is a chance that the IP address of your RPi has been changed inside the Wi-Fi network, which sometimes happens when a new device is connected to the Wi-Fi network.
To find the new IP address follow these steps:
- Open PuTTY and type raspberrypi.local inside the Hostname box.
- Enter the command ifconfig wlan0 inside PuTTY's Terminal window. If your IP address has changed, you will notice the new IP address in the inet option.
- Enter the new IP address inside VNC Viewer to view the RPi display output.
Sometimes, you may be unable to connect to Putty as well, and you will see the following error:

To solve the preceding error in PuTTY, follow these steps:
- Connect a LAN cable to the RPi and the laptop.
- Power on your RPi and try connecting to putty by entering raspberrypi.local in the hostname box. With the LAN cable connected to the RPi and the laptop, you should be able to access the PuTTY Terminal window.
- Follow the previous steps to find the RPi's new IP address.
- Once you see the RPi display inside VNC Viewer, you can remove the LAN cable.
- Mastering AWS Lambda
- Wireshark Network Security
- 算法精粹:經典計算機科學問題的Python實現
- 單片機應用與調試項目教程(C語言版)
- PHP從入門到精通(第4版)(軟件開發視頻大講堂)
- 微信小程序開發與實戰(微課版)
- Hands-On Neural Network Programming with C#
- INSTANT Apache ServiceMix How-to
- Learning Kotlin by building Android Applications
- Oracle Database XE 11gR2 Jump Start Guide
- Mastering Bootstrap 4
- Python高性能編程(第2版)
- Practical Linux Security Cookbook
- Learning Google Apps Script
- Getting Started with Backbone Marionette