ipfs-shipyard / net-ipfs-http-client

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

Running the example code snippet results in the exception "context deadline exceeded" #26

Open RaheelYawar opened 11 months ago

RaheelYawar commented 11 months ago

Running the code snippet is causing a timeout and the following exception is displayed.

Unhandled exception. System.Net.Http.HttpRequestException: context deadline exceeded
   at Ipfs.Http.IpfsClient.ThrowOnErrorAsync(HttpResponseMessage response)
   at Ipfs.Http.IpfsClient.PostDownloadAsync(String command, CancellationToken cancel, String arg, String[] options)
   at Ipfs.Http.FileSystemApi.ReadAllTextAsync(String path, CancellationToken cancel)
Arlodotexe commented 3 months ago

Could you provide more information about what code snippet you ran?