0

リクエストを送信するたびに同じ天気になるというYahooWeatherAPIのバグのようです。興味深いデザインは、天気の時刻を識別するための応答にタイムスタンプフィールドがないことです。

$ curl "http://weather.yahooapis.com/forecastjson?p=CHXX0099&u=c" -v
* About to connect() to weather.yahooapis.com port 80 (#0)
*   Trying 180.233.115.34... connected
* Connected to weather.yahooapis.com (180.233.115.34) port 80 (#0)
> GET /forecastjson?p=CHXX0099&u=c HTTP/1.1
> User-Agent: curl/7.21.3 (i386-redhat-linux-gnu) libcurl/7.21.3 NSS/3.12.9.0 zlib/1.2.5 libidn/1.19 libssh2/1.2.7
> Host: weather.yahooapis.com
> Accept: */*
> 
< HTTP/1.1 200 OK
< Date: Tue, 31 May 2011 12:58:10 GMT
< Cache-Control: private, max-age=1200
< Expires: Tue, 31 May 2011 13:18:10 GMT
< Connection: close
< Transfer-Encoding: chunked
< Content-Type: application/json;charset=UTF-8
< 
* Closing connection #0
{"units":{"temperature":"C","speed":"km\/h","distance":"km","pressure":"mb"},"location":{"location_id":"CHXX0099","city":"Nanjing","state_abbreviation":"JI","country_abbreviation":"CH","elevation":3,"latitude":32,"longitude":118.80000000000000},"wind":{"speed":6.00000000000000,"direction":"N"},"atmosphere":{"humidity":"22","visibility":12.01000000000000,"pressure":1024.00000000000000,"rising":""},"url":"http:\/\/weather.yahoo.com\/forecast\/CHXX0099.html","logo":"http:\/\/l.yimg.com\/a\/i\/us\/nt\/ma\/ma_nws-we_1.gif","astronomy":{"sunrise":"06:22","sunset":"18:09"},"condition":{"text":"Sunny","code":"32","image":"http:\/\/l.yimg.com\/a\/i\/us\/we\/52\/32.gif","temperature":14.00000000000000},"forecast":[{"day":"Today","condition":"Mostly Clear","high_temperature":13.00000000000000,"low_temperature":3.00000000000000},{"day":"Tomorrow","condition":"Partly Cloudy","high_temperature":16.00000000000000,"low_temperature":5.00000000000000}]}

ただし、VPN経由で同じインターフェースを要求した場合、返されるデータは適切です。

$ curl "http://weather.yahooapis.com/forecastjson?p=CHXX0099&u=c" -v
* About to connect() to weather.yahooapis.com port 80 (#0)
*   Trying 180.233.115.34... connected
* Connected to weather.yahooapis.com (180.233.115.34) port 80 (#0)
> GET /forecastjson?p=CHXX0099&u=c HTTP/1.1
> User-Agent: curl/7.21.3 (i386-redhat-linux-gnu) libcurl/7.21.3 NSS/3.12.9.0 zlib/1.2.5 libidn/1.19 libssh2/1.2.7
> Host: weather.yahooapis.com
> Accept: */*
> 
< HTTP/1.1 200 OK
< Date: Tue, 31 May 2011 12:58:10 GMT
< Cache-Control: private, max-age=1200
< Expires: Tue, 31 May 2011 13:18:10 GMT
< Connection: close
< Transfer-Encoding: chunked
< Content-Type: application/json;charset=UTF-8
< 
* Closing connection #0
{"units":{"temperature":"C","speed":"km\/h","distance":"km","pressure":"mb"},"location":{"location_id":"CHXX0099","city":"Nanjing","state_abbreviation":"JI","country_abbreviation":"CH","elevation":3,"latitude":32,"longitude":118.80000000000000},"wind":{"speed":6.00000000000000,"direction":"N"},"atmosphere":{"humidity":"22","visibility":12.01000000000000,"pressure":1024.00000000000000,"rising":""},"url":"http:\/\/weather.yahoo.com\/forecast\/CHXX0099.html","logo":"http:\/\/l.yimg.com\/a\/i\/us\/nt\/ma\/ma_nws-we_1.gif","astronomy":{"sunrise":"06:22","sunset":"18:09"},"condition":{"text":"Sunny","code":"32","image":"http:\/\/l.yimg.com\/a\/i\/us\/we\/52\/32.gif","temperature":14.00000000000000},"forecast":[{"day":"Today","condition":"Mostly Clear","high_temperature":13.00000000000000,"low_temperature":3.00000000000000},{"day":"Tomorrow","condition":"Partly Cloudy","high_temperature":16.00000000000000,"low_temperature":5.00000000000000}]}

個人的には、これはワニスやイカのものに関連していると思います。この問題の影響も受けていますか?公式のサポートリンクを見つける前に、サーバー側のキャッシュを期限切れにするために何ができますか?

4

2 に答える 2

1

投稿された質問では、2つのCurlの例は同じように見えますが、返されるデータがネットワークパスによって異なることに気付いていると思います。

これらのJSON応答にはある程度のキャッシュがありますが(30分だと思います)、ネットワークに追加のキャッシュがある可能性があります。

重要な問題の1つは、バックエンドの天気予報データが定期的に更新されることです。これは、天気予報自体がそれほど頻繁に変更されないためです。

実際、使用しているJSON天気インターフェースは公式にはサポートされていませんが、Yahoo自体がさまざまなページで使用しているだけだと思います。

Yahoo!を参照してください。「公式」サポートされているインターフェースのYDNの天気ページ。このインターフェイス自体は、XML形式のみであるため、それほど有用ではありません。代わりに、YQLコンソールを使用して現在地を渡し、JSON形式のデータを受け取ることができます。

たとえば、次のクエリを試してください。select * from Weather.bylocation where location = "Nanjing、CN"lastBuildData結果で、予測が最後に更新されたときの値に注意してください。

{
 "query": {
  "count": 1,
  "created": "2011-12-30T20:03:17Z",
  "lang": "en-US",
  "results": {
   "weather": {
    "rss": {
     "version": "2.0",
     "geo": "http://www.w3.org/2003/01/geo/wgs84_pos#",
     "yweather": "http://xml.weather.yahoo.com/ns/rss/1.0",
     "channel": {
      "title": "Yahoo! Weather - Nanjing, CN",
      "link": "http://us.rd.yahoo.com/dailynews/rss/weather/Nanjing__CN/*http://weather.yahoo.com/forecast/CHXX0099_f.html",
      "description": "Yahoo! Weather for Nanjing, CN",
      "language": "en-us",
      "lastBuildDate": "Sat, 31 Dec 2011 3:00 am CST",
      "ttl": "60",
      "location": {
       "city": "Nanjing",
       "country": "China",
       "region": ""
      },
      "units": {
       "distance": "mi",
       "pressure": "in",
       "speed": "mph",
       "temperature": "F"
      },
      "wind": {
       "chill": "25",
       "direction": "90",
       "speed": "4"
      },
      "atmosphere": {
       "humidity": "83",
       "pressure": "30.45",
       "rising": "2",
       "visibility": "0.99"
      },
      "astronomy": {
       "sunrise": "7:03 am",
       "sunset": "5:09 pm"
      },
      "image": {
       "title": "Yahoo! Weather",
       "width": "142",
       "height": "18",
       "link": "http://weather.yahoo.com",
       "url": "http://l.yimg.com/a/i/brand/purplelogo//uh/us/news-wea.gif"
      },
      "item": {
       "title": "Conditions for Nanjing, CN at 3:00 am CST",
       "lat": "32.05",
       "long": "118.78",
       "link": "http://us.rd.yahoo.com/dailynews/rss/weather/Nanjing__CN/*http://weather.yahoo.com/forecast/CHXX0099_f.html",
       "pubDate": "Sat, 31 Dec 2011 3:00 am CST",
       "condition": {
        "code": "20",
        "date": "Sat, 31 Dec 2011 3:00 am CST",
        "temp": "30",
        "text": "Fog"
       },
       "description": "
\nCurrent Conditions:
\nFog, 30 F
\n
Forecast:
\nSat - Sunny. High: 50 Low: 28
\nSun - Sunny. High: 51 Low: 28
\n
\nFull Forecast at Yahoo! Weather

\n(provided by The Weather Channel)
", "forecast": [ { "code": "32", "date": "31 Dec 2011", "day": "Sat", "high": "50", "low": "28", "text": "Sunny" }, { "code": "32", "date": "1 Jan 2012", "day": "Sun", "high": "51", "low": "28", "text": "Sunny" } ], "guid": { "isPermaLink": "false", "content": "CHXX0099_2012_01_01_7_00_CST" } } } } } } } }
于 2011-12-30T20:05:50.697 に答える
0

ここで同じように適用できるかどうかは完全にはわかりませんが、IEのGETリクエストの積極的なキャッシュに対する一般的な解決策は、リクエストにタイムスタンプパラメータを追加することです。リクエストが行われるたびに値が変わるため、各リクエストは一意に見えます。

APIパラメータと競合する可能性が低いパラメータ名を選択し、リクエストを行うたびに現在の時刻に設定して、問題が解決するかどうかを確認します。

于 2011-05-31T13:23:40.737 に答える