FAIL to query https://duplicacy.com/latest_web_version

init.sh runing as user root:root(0:0)
Remote available versions... FAIL to query https://duplicacy.com/latest_web_version
Newest cached local version... None
No suitable duplicacy_web version determined. Cannot proceed

I grabbed the docker command straight off the docker image page. The latest_web_version url is definitely live and accessible from the machine.

curl https://duplicacy.com/latest_web_version
{"latest":"1.5.0","stable":"1.5.0"}

I’m at a loss on this one. Anyone seen it before? Docker issue? Missing dependency?

Can you open shell inside the container and curl from there? Maybe it’s container connectivity issues?

1 Like

Thanks for the prompt @saspus . The command failed inside any container on this machine. It was a problem with the docker dns resolution.

I’ll put a link to the troubleshooting steps and solution in case anyone in the future sees this error.
https://robinwinslow.uk/fix-docker-networking-dns

1 Like

Great! Feel free to mark your comment as a “solution” — there is a checkbox :ballot_box_with_check: underneath. It will be then lumped with the post and will be easier to find to future readers.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.