weatherstack icon indicating copy to clipboard operation
weatherstack copied to clipboard

I get 105 error while accessing with http

Open magrega opened this issue 3 years ago • 3 comments

I got a free plan on weatherstack and when I try to fetch data I get 105 error saying that I can't access https even though I am using http.

fetch("http://api.weatherstack.com/current?access_key=************&query=Moscow").then(item => item.json()).then(item => console.log(item));

image

magrega avatar Jan 30 '23 13:01 magrega

++ same problem with receiving api response example in chrome browser

Arcadudu avatar Jan 30 '23 23:01 Arcadudu

thanks, but I worked with it a long time ago and I just used another API 01.06.2023, 14:11, "Joana Maggioni" @.>: try to change the browser you are using to run, it was the only thing that worked for me—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.>  -- С уважением, А.П. 

magrega avatar Jun 01 '23 11:06 magrega

I have same problem. Could it be caused by a redirection from http:// to https:// ?? Because if I type directly the url at the browser it redirects and shows this error response.

miguelgisbert avatar Nov 15 '23 09:11 miguelgisbert