richardschneider / net-ipfs-http-client

InterPlanetary File System client for .Net (C#, VB, F# ...)
MIT License
158 stars 52 forks source link

SocketException: No connection could be made because the target machine actively refused it. #73

Open nikola-bozin opened 2 years ago

nikola-bozin commented 2 years ago

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?

Arlodotexe commented 1 year ago

Hey @nikola-bozin, this library is no longer in active development. Please see #72