-
Hi! After successfully tested Ktra on my computer, we're trying to deploy it in our infra and when trying to fetch a crate in our private index, we get this log:
Why To be fair, the exact situation is this: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @Geobert, I'm sorry for my late response. So, Can you download your crate file with a http client like
and it seems succeed in downloading if you get below message.
|
Beta Was this translation helpful? Give feedback.
Hi @Geobert, I'm sorry for my late response.
So,
/dl
API does not needAuthorization
header. The log message is not helpful to debug for now. This may come fromwarp
's implementation.Can you download your crate file with a http client like
curl
?I'm not familiar with Windows, but a sample command is here:
and it seems succeed in downloading if you get below message.