bogstandard / rl-weather

Weather plugin for RuneLite
BSD 2-Clause "Simplified" License
9 stars 3 forks source link

Real World Location Matching Not Working #13

Closed Acronyte closed 1 year ago

Acronyte commented 1 year ago

Hello,

I am trying to set up the location matching feature, but I'm running into problems. I generated a few OpenWeatherMap API keys for free after making an account on their website, but something is not working in the plugin - No matter what I type in for the location in the plugin config, I receive the message "Could not load weather data with given API key and/or location ____ {"cod":401, "message": "Invalid API key. Please see https://openweathermap.org/faq#error401 for more info."}

This message pops up for any location I type in, such as the example from the tooltip "London, UK", and also pops up no matter which API key I use. Generating a new one and using it does not make a difference.

bogstandard commented 1 year ago

Hi, assuming you solved it?

Acronyte commented 1 year ago

Hi, yes, working properly now. I didn't do anything in particular that fixed the issue, so I think the API key must not have been active at the time for whatever reason. When I reopened RuneLite several hours later, it was working just fine for whatever reason. Thanks for checking.