Error: no instance of overloaded function \"AsyncClient::connect\" matches the argument list"

Hello I’m trying to get this project working:

But I am getting these errors:

“no instance of overloaded function "AsyncClient::connect" matches the argument list"

“argument types are: (IPv6Address, const int)”

“invalid user-defined conversion from ‘IPv6Address’ to ‘const char*’ [-fpermissive]”

Which all relate to the line:

“client_tcp->connect(peerAddr, PORT);”

Husarnet status shows it is up and running and connected.

After spending two days getting Husarnet working I’m very keen to see this project working!

Has anyone got any thoughts on why this may be happening?

Thank you