GoogleDrive notify listener failure

By checking the rclone log i see some of the following entries, one or more ERRORs followed after an INFO notification.

2019/02/10 18:21:51 INFO : Google drive root ‘media’: Change notify listener failure: Get https://www.googleapis.com/drive/v3/changes?alt=json&fields=nextPageToken%2CnewStartPageToken%2Cchanges(fileId%2Cfile(name%2Cparents%2CmimeType))&pageSize=1000&pageToken=XXXXXX&prettyPrint=false: dial tcp [2a00:1450:4007::]:443: connect: cannot assign requested address
2019/02/10 18:22:04 ERROR : kali-linux-2018-4-amd64-iso/kali-linux-2018.4-amd64.iso: ReadFileHandle.Read error: low level retry 1/10: open file failed: Get https://www.googleapis.com/drive/v3/files/XXXXXXXXXXXXXXXXXXXX?alt=media: dial tcp [2a00:1450:4007::]:443: connect: cannot assign requested address

Is this some kind of normal errors, which can happen? Or should i react in any kind?

What is the OS? Those look like networking errors on your machine related back to the IPV6 stack not being able to make a connection.

uname -o
GNU/Linux
cat /etc/debian_version
9.7

IPv6 is disabled.
Scaleway machine.

doesn’t seem it is as that’s a google IPV6 address it is trying to connect to which might be the problem?