hayamiz / twittering-mode

An Emacs major mode for Twitter
http://twmode.sourceforge.net/
545 stars 92 forks source link

Curl.exe exited abnormally #135

Open Mosesofmason opened 7 years ago

Mosesofmason commented 7 years ago

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//.jpeg

Emacs version 25.2.1

irishmac473 commented 6 years ago

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 commented 6 years ago

@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 commented 6 years ago

@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 commented 6 years ago

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

irishmac473 commented 6 years ago

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

irishmac473 commented 6 years ago

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