inderdhir / DatWeatherDoe

Simple menu bar weather app for macOS
Apache License 2.0
526 stars 34 forks source link

api.openweathermap.org delivers 401 Unauthorized in response to API request #141

Closed ednolan closed 5 months ago

ednolan commented 5 months ago

DatWeatherDoe is showing a "The data couldn't be read because it is missing." error message. Investigating with Proxyman shows the following 401 Unauthorized error:

Screenshot 2024-06-04 at 1 19 56 PM

This is for DatWeatherDoe version 4.2.2 installed via homebrew.

inderdhir commented 5 months ago

Fix incoming in the next release. I had an issue with API keys 😓

inderdhir commented 5 months ago

Release is up on Github, should be up on homebrew shortly.

queenkjuul commented 5 months ago

updated via homebrew and issue is resolved, thanks!!

grr commented 5 months ago

Release is up on Github, should be up on homebrew shortly.

Will version 3.3 get this fix? Even though macOS 11 and 12 are no longer supported, you are still linking to it from the README.

inderdhir commented 5 months ago

@grr Good point since they are using the older API key, will fix.

Sanseviearia commented 5 months ago

Should we reactivate this issue since v3 has not been updated yet? In the meantime, is it possible to provide instructions on what changes need to be made in which file, so we can manually and temporarily "fix" v3?

Thanks!

inderdhir commented 5 months ago

I don't think we can update the prior versions since the old API key is baked in. There will be another piece of work this month to upgrade to OpenWeatherMap APi v3 as the current API is going to be shut down.

Sanseviearia commented 5 months ago

So, no go for v3 users. Any similar apps you can suggest for users who are stuck with old versions due to the older hardware they have?

Thanks!