WIFI web server example problem

Hi guys , i am new to Arduino. i have used the WIFI web server example code. i am able to connect to the router and getting the IP address and the MAC address for the Arduino wifi shield. (i am using UNO with wifi shield) its shows in the console - type 192.168.1.4 in the browser but on opening in the browser i get message - "google chrome could not connect to "

Please help , cant think of anything ....

I had similar problems recently and found the testing code in the following link useful.
http://forum.arduino.cc/index.php?topic=161958.msg1215206#msg1215206
Also, you need to post your code.

YES got it after storming google.. All i had to do it use the Arduino 1.0.2 IDE instead of the latest 1.0.5... now it works fine. :slight_smile: