We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fccb250 commit 5c22399Copy full SHA for 5c22399
lib/core/src/Cardano/Pool/Metadata.hs
@@ -169,7 +169,7 @@ fetchFromRemote tr builders manager url hash = runExceptTLog $ do
169
170
getChunk :: URI -> ExceptT String IO (Maybe ByteString)
171
getChunk uri = do
172
- req <- requestFromURI uri
+ req <- withExceptT show $ except $ requestFromURI uri
173
liftIO $ traceWith tr $ MsgFetchPoolMetadata hash uri
174
ExceptT
175
$ handle fromIOException
0 commit comments