vermiculus / sx.el

Stack Exchange for Emacs
http://stackapps.com/q/3950
713 stars 40 forks source link

install error from melpa #255

Closed cedricpinson closed 9 years ago

cedricpinson commented 9 years ago

url-insert-file-contents: http://melpa.milkbox.net/packages/sx-20150203.1831.tar: Not found

vermiculus commented 9 years ago

As a general rule, bug reports need stack traces :) From what I can tell, we aren't calling url-insert-file-contents at all. Where are you receiving this error? (It may even be a (possibly temporary) MELPA bug. Hard to tell without the call stack.)

cedricpinson commented 9 years ago

ok thx for the answer I installed the previous version instead. I am using emacs24.4 and also the command sx-search says it's undefined. How can I give you more useful informations ?

cocreature commented 9 years ago

You need to (require 'sx-search).

cedricpinson commented 9 years ago

thx, I close it, sorry I guess I could have find this myself

Malabarba commented 9 years ago

This is actually a bug. sx-search should be autoloaded. :-)

Malabarba commented 9 years ago

As for the download thing. It probably happened that between the time you refreshed your package list and the time you asked to install sx, Melpa built and released a new version of sx, so the old one wasn't available anymore.

You should try installing the latest version, and if installation itself fails (with that same message) it might be good to file an issue on Melpa.