Cannot register from CL "Bad Gateway"

System: Arch Linux

I have installed platform io 4.1 as per this PKGBUILD

pio 4.1 arch linux

But I cannot register an account from CL.

[xxxx@xxxx]$ sudo pio account register
[sudo] password for xxxx: 
**************************************************************************************************************************************************************************
If you like PlatformIO, please:
- follow us on Twitter to stay up-to-date on the latest project news > https://twitter.com/PlatformIO_Org
- star it on GitHub > https://github.com/platformio/platformio
- try PlatformIO IDE for embedded development > https://platformio.org/platformio-ide
- support us with PlatformIO Plus > https://pioplus.com
**************************************************************************************************************************************************************************

CorePackageManager: Installing tool-pioplus @ ^2.5.8
Downloading  [####################################]  100%
tool-pioplus @ 2.6.1 has been successfully installed!
CorePackageManager: Installing contrib-pysite @ ~2.38.0
Downloading  [####################################]  100%          
Unpacking  [####################################]  100%          
contrib-pysite @ 2.38.191017 has been successfully installed!
PIO Plus (https://pioplus.com) v2.6.1
E-Mail: email@example.com
Error: [API] Invalid response: b'<html>\r\n<head><title>502 Bad Gateway</title></head>\r\n<body>\r\n<center><h1>502 Bad Gateway</h1></center>\r\n<hr><center>nginx</center>\r\n</body>\r\n</html>\r\n'

I have tried with multiple machines, VPNs and hotspots. What seems to be the issue?

ping api.platformio.org
PING platformio.org (31.28.1.238) 56(84) bytes of data.
64 bytes from platformio.org (31.28.1.238): icmp_seq=1 ttl=39 time=343 ms
64 bytes from platformio.org (31.28.1.238): icmp_seq=2 ttl=39 time=366 ms
64 bytes from platformio.org (31.28.1.238): icmp_seq=3 ttl=39 time=389 ms
64 bytes from platformio.org (31.28.1.238): icmp_seq=4 ttl=39 time=411 ms
64 bytes from platformio.org (31.28.1.238): icmp_seq=5 ttl=39 time=434 ms

However, traceroute seems to just trail off at the end.

i.e.

traceroute to api.platformio.org (31.28.1.238), 30 hops max, 60 byte packets
 ....
15  213.59.211.245 (213.59.211.245)  317.876 ms  341.908 ms *
16  * * *
17  * * *
18  * * *
19  * * *
20  * * *
21  * * *
22  * * *
23  * * *
24  * * *
25  * * *
26  * * *
27  * * *
28  * * *
29  * * *
30  * * *

Should be fixed now. Could you try again?

1 Like