Pirate-Weather / pirateweather

Code and documentation for the Pirate Weather API
Apache License 2.0
617 stars 27 forks source link

Internal Server Error #242

Closed harrisonpage closed 4 weeks ago

harrisonpage commented 4 weeks ago

Describe the issue

As of earlier this afternoon, requests to https://api.pirateweather.net/forecast are returning HTTP 500 errors: "Internal Server Error"

Example usage:

curl -v 'https://api.pirateweather.net/forecast/REDACTED/36.5907,-121.942?exclude=minutely'

I tried from several machines and even made a new, throwaway account with a different API key to make sure it wasn't limited to my network or my API key.

Thank you for your time!

Acknowledgements

cloneofghosts commented 4 weeks ago

Seems to be the same issue that happened at the end of last month which I reported in #208.

I'll ping @alexander0042 to take a look at this but for now the workaround in that issue still works

harrisonpage commented 4 weeks ago

Excellent, thanks @cloneofghosts, the workaround does indeed work!

cloneofghosts commented 4 weeks ago

Checked the API this morning and I'm no longer getting this error so will close this issue.