[Solved] Is the server down?

I’ve been trying to flash my core for about and hour now and I’m getting the
"Request seems to take longer then usual. Please be patient" message
and the “server has failed to process the request on time” message

http://status.spark.io/ shows no official problems.
Have you tried doing a factory reset? Sometimes code that’s running can interfere with the OTA flashing capabilities.

1 Like

Great tool I will have to bookmark that one… I did a factory reset right before you replied, its all up and working again … thanks

2 Likes

ahhhh my code was stuck in a infinite loop!! Fixed it and flash works great now …

1 Like

I wonder if the firmware should stop breathing the LED if it detects user code stuck in an infinite loop? Go from breathing to say a solid dark cyan.

It would be nice if there was some sort of indication but, I’m not sure how it would know in my loops case.

for(int i = 0; 1 < 10; i++) :smile: i and 1 are so close