This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Weather service not working anymore?
#65
(29.08.2019, 06:43)admin Wrote: Works for me, try logging server response.

Replace:
Code:
res = https.request(url)

With:
Code:
res, code, hdrs, stat = https.request(url)
log(res, code, hdrs, stat)

And post what you get in Logs tab.
Thanks
This is what i get : 

weater_data_apixu
29.08.2019 20:49:37
* arg: 1
  * nil
* arg: 2
  * nil
* arg: 3
  * nil
* arg: 4
  * nil
Reply


Messages In This Thread
RE: Weather service not working anymore? - by Keitz - 29.08.2019, 18:51

Forum Jump: