-
Notifications
You must be signed in to change notification settings - Fork 22
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
install can't reach elpa.frontside.io #101
Comments
Thanks for the bug report @EnnoOstendorf! This is one we should fix ASAP, I'm getting the same issue on my end too. We're using S3 & cloudfront but ran into SSL issues a while back. I'm betting it has to do with that trickery. |
If I navigate to https://elpa.frontside.io/archive-contents Here's what I see: (1
(frontmacs .
[(0 2 17)
((f
(0 19 0))
(magit
(2 8 0))
(git-link
(0 4 5))
(git-timemachine
(3 0))
(github-clone
(0 2))
(swiper
(0 7 0))
(counsel
(0 8 0))
(flx
(0 6 1))
(smex
(3 0))
(projectile
(0 14 0))
(counsel-projectile
(20171227 1315))
(ag
(0 4 7))
(exec-path-from-shell
(1 11))
(page-break-lines
(0 11))
(crux
(0 3 0))
(yasnippet
(0 11 0))
(mocha-snippets
(1 0 0))
(vkill
(20091203 1022))
(key-chord
(20160227 438))
(hlinum
(20160521 2112))
(undo-tree
(0 6 5))
(browse-kill-ring
(2 0 0))
(ace-window
(0 9 0))
(zoom-frm
(20170125 1953))
(expand-region
(0 11 0))
(comment-dwim-2
(1 2 2))
(company
(0 9 2))
(flycheck
(30))
(diff-hl
(1 8 4))
(ruby-tools
(0 1 2))
(inf-ruby
(2 5 0))
(yari
(0))
(rspec-mode
(1 11))
(js2-refactor
(0 8 0))
(smartparens
(1 9 0))
(js2-mode
(20170624))
(js-doc
(20160714 2134))
(rjsx-mode
(0 1 3))
(tide
(2 3 1))
(emmet-mode
(1 0 8))
(web-mode
(14 1))
(markdown-mode
(2 1))
(yaml-mode
(0 0 13))
(rainbow-mode
(0 12))
(diminish
(0 45))
(which-key
(2 0 1))
(volatile-highlights
(1 11))
(multiple-cursors
(1 4 0))
(drag-stuff
(0 3 0))
(use-package
(2 3)))
"Frontside config package for emacs" tar nil])) Our host does not support ping :( so unfortunately this is not a good diagnostic. It looks like this might be an SSL error. We use Let's Encrypt to sign our SSL certs, so you will need to have their cert in your trust chain. |
Thank you! |
Hey ! I don't know if it is related, but it feels like it: I'm running Any idea on how to get passed this ? |
@EnnoOstendorf @qpre We're having difficulty reproducing this issue. Would one of you be willing to make your environment available to us to see if we can't diagnose it? |
Yes of course:
.emacs file see above running emacs in the shell with --debug-init produces the error from above. |
I had the same issue as @qpre (where it hangs with zero network but 100% CPU) using emacs 25.3.1 on macOS 10.13.3 as installed by Homebrew. However, after reinstalling emacs with |
I tried to install frontmacs by just adding the line from the readme to my ~/.emacs, when starting emacs i get this error:
looks to me, that the host elpa.frontside.io is not reachable, pinging it gives me 100% packet loss.
Here is my ~/.emacs:
and the init-frontmacs.el is at the right place.
The text was updated successfully, but these errors were encountered: