Skip to content
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.exe exited abnormally #135

Open
Mosesofmason opened this issue Apr 29, 2017 · 6 comments
Open

Curl.exe exited abnormally #135

Mosesofmason opened this issue Apr 29, 2017 · 6 comments

Comments

@Mosesofmason
Copy link

Mosesofmason commented Apr 29, 2017

Try to make twittering-mode display icon by adding (setq twittering-icon-mode t) to .emacs file, but get curl failure. It says:

curl.exe exited abnormally (exit-status=53) for GET http://pbs.twimg.com/profile_images/<random_numbers>/<random_numbers>.jpeg

Emacs version 25.2.1

@irishmac473
Copy link

irishmac473 commented Sep 1, 2017

I'm also on 25.2.1, my error is only slightly different.
failure: /usr/bin/curl exited abnormally (exit-status=23) for GET http://pbs.twig.com/porfile_images/(random numbers and letters)/pBeeJQDQ_normal.png

@Mosesofmason
Copy link
Author

@irishmac473 I fixed this by downloading curl version 7.54.0, the original curl in this project is outdated. However, I suspect your situation is the same, the exit-status 23 is the "CURLE_WRITE_ERROR", which means "An error occurred when writing received data to a local file". So it seems like a permission error.

@irishmac473
Copy link

irishmac473 commented Sep 3, 2017

@Mosesofmason Thanks. I've never done it before, can I install an older version of curl? Is this what you're suggesting? I'm on Manjaro.

@Mosesofmason
Copy link
Author

@irishmac473 Try to update to the latest curl. Also check the permission of your /home folder and its sub folders.

@irishmac473
Copy link

@Mosesofmason Oh ok, I misunderstood you. I'll try this when I get home. Thanks

@irishmac473
Copy link

I fixed it by using twittering-connection-type-order to give wget priority.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants