Windy Community

    • Register
    • Login
    • Search
    • Unread
    • Categories
    • Groups
    • Go to windy.com
    1. Home
    2. aviros
    A
    • Profile
    • Following 0
    • Followers 1
    • Topics 1
    • Posts 1
    • Best 0
    • Controversial 0
    • Groups 0

    aviros

    @aviros

    0
    Reputation
    1
    Profile views
    1
    Posts
    1
    Followers
    0
    Following
    Joined Last Online

    aviros Unfollow Follow

    Latest posts made by aviros

    • Point forecast API returning HTTP 500 error

      Hi,

      I was testing the windy point forecast API for cloud cover, and everything worked ok for the first two days, but starting last Friday, the server just returns 500 errors, saying "We are sorry, but something broke."

      In order to consistently reproduce the error, I have the following curl command:

      curl -X POST https://api.windy.com/api/point-forecast/v2 -H "Content-Type: application/json" -d '{"lat": 38.0, "lon": -77.0, "model": "gfs", "parameters": ["lclouds"], "levels: ["surface"], "key": "my_key"}'
      

      I've tried running this from both my personal computer and a google cloud VM instance where it would be running in production if it worked, and it returns the same error in both computers.

      Is the point forecast API endpoint broken?

      posted in Developers
      A
      aviros