Troubleshooting - 2haloes/Angular-Weather-Display GitHub Wiki

Something looks wrong...

Text below the icon changed to "Error-Retrying"

This occurs when the application is unable to connect to the proxy server (The proxy server being the aspx/php page that loads the API data)

The main cause of this is the internet connection dropping (If using server hosting, if this is self hosted, this error should be reported as an issue immediately). After a minute, the another attempt will be made to connect to the proxy until the connection returns, it will then resume normal operation.

Text below the icon changed to "API_ERROR"

This error occurs when the proxy server (The proxy server being the aspx/php page that loads the API data) encounters an error trying to retrieve the data to display.

The main causes are as follows:

  • Internet connection dropped while hosting on device (Connection dropping when using server hosting produces a different error)
  • Issues relating to the Darksky API returning data (I can't do anything about this)
  • An incorrect API key

The PHP version will log the error however I don't know how to do this using the ASP.NET version currently (More if there's a function for it or if I should write to a file directly)

If these don't cover the issues you are having, please open an issue and I will look into it