You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that whenever I attempted to start a block that required internet the program would freeze and I would have to reload the site again. However, I tried the <internet connection?> block and it returned false (which I'm not sure why but that's a whole different issue). The blocks that require an internet connection (like the WebSockets and URLs) should first question a connection to the internet and abort if there is none.
^Hopefully that made sense
The text was updated successfully, but these errors were encountered:
That definitely makes sense. I'm away from my programming computer, but judging by the behaviour, it is crashing. The question is what it should report if there is no internet. A blank string? And error message? That would need to be decided
Yes they definitely should. From what I can remember, the <internet connection?> block doesn't even work anyway, but I'm going to try again with this project after my final exams in two weeks. 😪
I noticed that whenever I attempted to start a block that required internet the program would freeze and I would have to reload the site again. However, I tried the <internet connection?> block and it returned false (which I'm not sure why but that's a whole different issue). The blocks that require an internet connection (like the WebSockets and URLs) should first question a connection to the internet and abort if there is none.
^Hopefully that made sense
The text was updated successfully, but these errors were encountered: