ACD - "no such host" error

Anyone else experiencing this error:

File.Open failed: open for read: Get https://content-na.drive.amazonaws.com/cdproxy/templink/VTehnsdc5oyDCVhVhV7m_sYxsVKBrQv_I1eRpTB9EdQ38XJVg: dial tcp: lookup content-na.drive.amazonaws.com on 213.133.98.98:53: no such host

I remounted and got a new token. Weird. I can download the file via the browser and using rclone copy.

Europe? ACD EU West is essentialy unavailable at this time of the day, see the other posts about https response times.

just test it with:
httping -Y -c 10 -G "https://cdws.eu-west-1.amazonaws.com/drive/v1/nodes?filters=kind%3AFOLDER+AND+isRoot%3Atrue"

This is good:

And this not so much :slight_smile:

p.s. dont forget to install sudo apt install httping