Pio remote cloud status/downtime?

Hello,

Is there anywhere i can check the status of the “Remote Development cloud service” ?

  • Remote upload on my desktop : “[warn] Connection is lost to PIO Remote Cloud. Reconnecting”
  • restarting pio-remote.service on my system connected to the MCU gives the same

I don’t find any way to check if the problem the cloud side, or get any info about cloud service… or notify about the problem (that’s why i post here). Anyone can provide any info ?

Thanks in advance, good evening
Nipil

There used to be this but the website / subdomain doesn’t exist anymore… Maybe @ivankravets can update the URL.

In any case, as you can see in the core code

https://github.com/platformio/platformio-core/blob/5ab776974528e14a2685fb3280eec687bc16e7fc/platformio/\_\_init\_\_.py#L45-L46

the endpoint is at that address and host.

Using https://downforeveryoneorjustme.com/ it says the website is up, and more specifically connecting to the service point via e.g.

openssl s_client -host remote.platformio.org -port 4413

shows a connection can be established and some binary data is returned.

1 Like

Thanks for the information, good to know !

Service seems to be back as of yesteday evening

juin 28 20:25:13 red pio[9456]: 2021-06-28 20:25:13 [warn] Connection is lost to PIO Remote Cloud. Reconnecting
juin 28 20:30:02 red pio[9456]: 2021-06-28 20:30:02 [info] Successfully connected
juin 28 20:30:02 red pio[9456]: 2021-06-28 20:30:02 [info] Authenticating
juin 28 20:30:02 red pio[9456]: 2021-06-28 20:30:02 [info] Successfully authorized

1 Like

Sorry, it was an issue on our side which we quickly fixed.