var ipfs = new IpfsClient(); const string filename = "QmXarR6rgkQ2fDSHjSY5nM2kuCXKYGViky5nohtwgF65Ec/about"; string text = await ipfs.FileSystem.ReadAllTextAsync(filename);
This code does not work and gives error:
"SocketException: No connection could be made because the target machine actively refused it."
How to fix it?