Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7792351
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T22:09:25+00:00 2026-06-01T22:09:25+00:00

I have a simple Gadget which shows weather details. I am using this google

  • 0

I have a simple Gadget which shows weather details.

I am using this google api to get weather details of any area through its zipcode

"https://www.google.com/ig/api?weather=ZipCode"

everything was working fine. But now, same code, gives me ‘Request Timed Out’ error. I repeat, same code gives me ‘Request Timed Out’ error.

These are the methods I tried to hit the webservice to get weather details:

1. xmlDoc.Load("https://www.google.com/ig/api?weather=" + ZipCode);

2. using (WebClient client = new WebClient())
                {
                    var data = client.DownloadData("https://www.google.com/ig/api?weather=" + zipcode);
                    MemoryStream theMemStream = new MemoryStream();
                    theMemStream.Write(data, 0, data.Length);
                    xmlDoc.Load(theMemStream);
                }

and couple of other (similar) methods to get response of a webservice(content of a url);

but no matter what, it gives me same “Request Timed Out” message.

Can anyone suggest me..what exactly happened?
It all happened after I performed a Performance Testing on my App.(not sure whether this info will help or not).

GUESS:(may be, because of generating toooo many requests for a webservice, from a same IP address, google blocked me out. if that is it..what to do now?? 🙂

NOTE: When I type the url(with zipcode) in browser address..I get beautiful XML containing all those information that I need
)

help me please..
(I chose google apis, for their reliability and “Always-up” nature)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T22:09:27+00:00Added an answer on June 1, 2026 at 10:09 pm

    I would also be really suspicious that you passed a usage limit and got flagged, but it would be very hard to know since the Google Weather API is undocumented and unofficial. Are you sure you want to use this in your code? You want to consider switching to an official API. Google’s weather API could go away at any time.

    National Weather Service as a web service you might want to consider. http://graphical.weather.gov/xml/

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a simple HTML file which references .gadget so that it can be
I have simple app in my project. This app works without any problem. I
I have simple SSIS package which reads data from flat file and insert into
I have simple SSIS package in which On Error event handler I have created
I have simple jQuery Mobile site created using asp.net mvc 2 and uses basic
i have simple side menu with this html code : <div id=menu> <div> Menu
I have simple user model: var user = Backbone.Model.extend({ initialize: function(){ this.bind(change:auth, function (){
I have simple document with this mapping: 'product': { 'properties': { 'name': { 'type':
I have simple scenario where I have AnotherTest value based on Test value. This
I have simple rotation transformation, combined with alpha, which works perfectly on the first

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.