genuinetools / weather

Weather via the command line.
MIT License
963 stars 114 forks source link

http request to https://geocode.jessfraz.com/forecast failed with status code: 504 #74

Open carmargut opened 4 years ago

carmargut commented 4 years ago

I have this error message using Brew:

$ weather
http request to https://geocode.jessfraz.com/forecast failed with status code: 504
gsfjohnson commented 4 years ago

Just installed from brew, on MacOS Catalina. Same problem:

$ weather -c http request to https://geocode.jessfraz.com/forecast failed with status code: 504

schijtreiger commented 4 years ago

The API used by the developer is probably expired / overused. It will possibly be solved by setting up your own Google geocode API / Darksky API key(s) server(s).

carmargut commented 4 years ago

I can't use my own Dark Sky API key as they don't accept new signups. The API will remain in operation until the end of 2021 but I can't get a new key.

franciosi commented 3 years ago

Same here