Web site is down
-
When can I expect the web site to be back online?
-
@pxbradley1 Hello, we don't see any issue with our web app. Do you still have this trouble? If you do, can you tell us from which region you are?
-
@Suty I live in Panama. This been working fine for the past few years. Now all I get is a blank page.
-
@pxbradley1 So you are not able to open any layer, forecast detail, nothing, correct? Or do you mean only certain parts or data in Windy?
-
@Suty I get nothing. It used to come up with the radar screen.
-
@pxbradley1 Can you share the screenshot of the app? Or any screenshot from the network/console tabs in the devtools?
I discussed this with colleagues responsible for this and we don't see any larger outage anywhere for now, so we would need more info.
-
-
@pxbradley1 Any other browsers tested? Or do you use any specific settings in your browser? Do you use our mobile app?
-
@Suty I use firefox on my laptop. I don't the app on my phone but I can get to the site.
-
Interesting Edge works.
-
@pxbradley1 Okay, and for how long that Firefox hasn't worked? Did it work yesterday?
Also, can you please open the Devtools in the browser (F12) and share the screenshot from there? It would help our colleagues to get more info about the issue, you have.
-
@Suty About a week. It stopped working about the same time I got a notice my subscription was going to be renewed.
-
Hello, the problem is the following:
Uncaught Error: {"requestedAttributes":{"alpha":1,"stencil":1,"depth":1,"failIfMajorPerformanceCaveat":false,"preserveDrawingBuffer":false,"antialias":0},"statusMessage":"Could not create a WebGL context, VENDOR = 0xffff, DEVICE = 0xffff, GL_VENDOR = Disabled, GL_RENDERER = Disabled, Sandboxed = yes, Optimus = no, AMD switchable = no, Reset notification strategy = 0x0000, ErrorMessage = BindToCurrentSequence failed: .","type":"webglcontextcreationerror","message":"Failed to initialize WebGL"} at Jr._setupPainter (leaflet-gl.js:8:249460) at new Jr (leaflet-gl.js:8:238658) at new Vo (leaflet-gl.js:8:274848) at index.js:83:7451Solution: Turn on Graphics Acceleration (a.k.a. Hardware Video Acceleration in Firefox.) And also the devs can fix that uncaught error so the page loads, lol.
-
@Mavendow Hi, this is not about devs not fixing uncaught error... Windy requires WebGL (the mentioned HW acceleration) and without it it won't load.
-
@schilpat The error isn't handled at all which suggests that this was a typo rather than deliberate way of handling the error... Since it's unhandled.
But please, do tell me more about how deselecting a normal setting in every modern web browser should break the entire website. It's an interesting way of coding I've not heard of before.
Sarcasm aside, there should at least be a message informing users of this, not a complete crash.
-
@Mavendow Hi, I looked at it, and you are right that no error message is being displayed right now - but this must be some recent degeneration, since we implemented the WebGL error message (and robust WebGL context support handling) the day we completely migrated to WebGL-only (a year ago). This should be fixed in the next version.
@Mavendow said in Web site is down:
But please, do tell me more about how deselecting a normal setting in every modern web browser should break the entire website. It's an interesting way of coding I've not heard of before.
I am sorry, but this statement is similar to "disabling JavaScript completely broke the page". This is not about deselecting a normal setting. WebGL is an essential technology required for implementing custom GPU-accelerated rendering, without which Windy wouldn't perform well.