michaelkourlas / voipms-sms-client

Popular Android messaging app for VoIP.ms, a Canadian VoIP provider
https://play.google.com/store/apps/details?id=net.kourlas.voipms_sms
Apache License 2.0
216 stars 51 forks source link

Sign-in failed: VoIP.ms unavailable #235

Closed mica closed 2 years ago

mica commented 2 years ago

Sometime in the past few days, I've been logged out. I'm getting this error when I try to sign back in:

Screenshot_20210919-211514

michaelkourlas commented 2 years ago

This is an issue with the VoIP.ms API -- you'll have to contact them.

JohnMertz commented 2 years ago

For anyone who isn't aware of the situation, voip.ms have been dealing with outages for days, supposedly because of a ransom DDoS attack. You can see their social media for news, but they haven't provided much info other than "we're working on it" and putting CloudFlare in front of the website.

The result is that API queries are not returning successful responses because the server is bogged down. Instead of a valid JSON string, requests return errors in HTML:

<html>
  <head>
    <title>503 Backend fetch failed</title>
  </head>
  <body>
    <h1>Error 503 Backend fetch failed</h1>
    <p>Backend fetch failed</p>
    <h3>Guru Meditation:</h3>
    <p>XID: 22479611</p>
    <hr>
    <p>Varnish cache server</p>
  </body>
</html>

Nothing can be done in the app to fix this.