You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: