-
-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding links from crates.io yields an error #465
Comments
There's nothing I can do about that. You have the option to set a custom user agent (you can try that of your browser, for example), but chances are high that crates is still blocking anything from LinkAce. Similar issue: #417 |
I didn't even think to check running a cURL on it. That's unfortunate, but thanks for looking into this for me. Keep up the great work on this project 😄 |
Hi @Kovah — I've found a solution as described in rust-lang/crates.io#788. One must use the |
I guess that's a reasonable addition. I will add it to the library which is used to generate the meta. |
Should be fixed with new version 1.10.2 as it contains the small improvement. |
Describe the bug
Hi, thanks for the great project! Upon adding various links from crates.io, I have been receiving the error message
The Link was added but an error occurred when trying to request the URL, for example an invalid certificate. Details can be found in the logs.
I checked the logs and they sayhttps://crates.io: https://crates.io is not reachable. HTTP request returned status code 404:
. This is a bug because the page https://crates.io is not a 404.To Reproduce
Steps to reproduce the behavior:
The Link was added but an error occurred when trying to request the URL, for example an invalid certificate. Details can be found in the logs.
Expected behavior
The link should be added normally as its status is 200.
Screenshots
LinkAce setup (please complete the following information):
Desktop (please complete the following information if applicable):
Additional context
I can add links from other websites and that works as expected. I'm not sure if this error only applies to crates.io or if bug applies to other sites as well, but I figured I would submit it just to bring awareness.
The text was updated successfully, but these errors were encountered: