About 52 results
Open links in new tab
  1. Cod: 401 'message' invalid API key using open weather API

    Jan 8, 2024 · The message is telling you that the API key you're sending is invalid. Have you verified that the request you're sending matches what you think you're sending? The browser developer tools …

  2. Invalid API Key in OpenWeatherMap (Error 401) - Stack Overflow

    Jun 17, 2022 · Closed 3 years ago. I'm trying to make an API call to OpenWeatherMap. When I execute flutter run in the terminal, the response.statusCode prints 401 which is code for Invalid API Key, …

  3. OpenWeather API latitude and longitude is not returning the correct ...

    Nov 14, 2023 · I want to be able to look up a city and get the weather information, but with the OpenWeatherMap API, the Geocoding doesn't give the weather information. It does give the latitude …

  4. ios - {"cod":401, "message": "Invalid API key on Open Weather API …

    Jun 26, 2019 · 1 I used moya to create an API request to openweatherAPI. Now the return on Postman seems to be ok but API calls on X-code returns: 401: Invalid API key I have tried most ways to see …

  5. How to search by API OpenWeatherApi city? - Stack Overflow

    Mar 20, 2022 · Update As you rightly pointed out, you asked how to get the list of cities supported by Open Weather. I had a quick look, it does not look like they have an API to get a list of all the cities. …

  6. Using OpenWeatherMap API gives 401 error - Stack Overflow

    Mar 11, 2016 · You are using wrong API key in API request. Please, check your right API key in personal account. You have free subscription and try to get access to our paid services (for example, …

  7. How do I get geolocation in openweather API - Stack Overflow

    Nov 27, 2015 · Lets try it , I hope that is a better solution to get current weather via using geolacation and Openweather API . Simply pass your Openweather API Key , you will get a json array, fetch your …

  8. React JS OpenWeatherMap API Key not working in the .env but …

    Jul 26, 2022 · React JS OpenWeatherMap API Key not working in the .env but working directly in app.js Asked 3 years, 6 months ago Modified 3 years, 6 months ago Viewed 814 times

  9. How to use Open Weather API Icons - Stack Overflow

    Apr 17, 2018 · I want use "Open Weather ICON" to show weather condition in my app. But cant find any more information to how display icon from fetch code like 09d or id like 300.

  10. How to fetch Open Weather Map Api - Stack Overflow

    Sep 21, 2021 · My Open Weather Map API working fine on Postman but I'm getting errors while fetching it on the browser. Postman ss //fetching weather api async getWeather() { console.log("efsfs&q...