-
Notifications
You must be signed in to change notification settings - Fork 34
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
Curl error #62
Comments
Well, the error means what it says: that curl could not resolve the hostname in the URL you are trying to act on. |
I'm having the same issue on my Mac. Wonder why. |
I tried this package on my Debian laptop, and it works perfectly. So I guess this is only happening on macOS. |
I found the solution for this issue. It needs to use Hope this will help. |
@askdkc This issue was filed without any reference to MacOS, and the error message is simply that the remote host can't be resolved. While that could be caused by corrupted input, the error message means simply what it says, and that could happen for any number of reasons. If you are having a specific problem on MacOS, it should be handled separately from this issue. |
@alphapapa You're right! I have Mac and Debian Laptop and it only happens on my Mac, so that I assumed that @OrionRandD also running macOS. @OrionRandD Are you using Linux or macOS or Windows? If you gives us which environment you are using, that would be very helpful! |
@askdkc It seems to me that the first step we should take is to have |
Debian-sid GNU Emacs 29.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.38, cairo version 1.16.0) of 2023-08-30, modified by Debian curl 8.5.0 (x86_64-pc-linux-gnu) libcurl/8.5.0 OpenSSL/3.1.4 zlib/1.3 brotli/1.1.0 zstd/1.5.5 libidn2/2.3.4 libpsl/0.21.2 (+libidn2/2.3.4) libssh2/1.11.0 nghttp2/1.58.0 librtmp/2.3 OpenLDAP/2.5.13 |
Interesting👀 Mine is Bookworm and does't have the issue. |
Given that @OrionRandD does not use Mac or Windows, the problem he reported is unlikely to be the same as the one you reported. @OrionRandD If you are still having this problem, you will need to provide more information, like a step-by-step guide to reproduce the problem. Otherwise there's nothing I can do. |
To test if it works on Debian sid or not, I did:
The Result: So, I guess normal installation of |
Mine always come with this curl error in the scratch buffer: https://github.com/alphapapa/org-web-tools/issues/62#issuecomment-1851351760[[https://github.com/alphapapa/org-web-tools/issues/62#issuecomment-1851351760][Curl error · Issue #62 · alphapapa/org-web-tools · GitHub]] In Emacs Normal Estate and Doom-Emacs :( Perhaps the error is solely related with curl... |
Hum.... |
Sometimes I notice that curl's DNS request times out, and if I just run the command again, it works. Likely what's happening here. |
I think #66 can stand alone without an accompanying issue. Thanks. |
After issuing any "M-x org-web-tools-*" commands, I am getting this error:
plz: plz: Curl error: "Curl error", #s(plz-error (6 . "Couldn't resolve host. The given remote host was not resolved.") nil nil)
The text was updated successfully, but these errors were encountered: