unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* GNU Elpa and Emacs 25.3
@ 2020-01-25 14:54 Paul Pogonyshev
  2020-01-25 15:33 ` Noam Postavsky
  0 siblings, 1 reply; 8+ messages in thread
From: Paul Pogonyshev @ 2020-01-25 14:54 UTC (permalink / raw)
  To: Emacs developers

I cannot access GNU ELPA archive with Emacs 25.3.  Here is a shell
command I created for testing:

    emacs-25.3 --batch --eval "(let ((debug-on-error t)
(package-user-dir \"/tmp/elpa\") \
                                     (package-archives '((\"gnu\" .
\"https://elpa.gnu.org/packages/\")))) \
                                 (when (file-exists-p
package-user-dir) (delete-directory package-user-dir t)) \
                                 (package-initialize) \
                                 (package-refresh-contents))"

It fails with

    (file-error "https://elpa.gnu.org/packages/archive-contents" "Bad Request")

for me.  Also fails if I replace "https" with "http" in the command,
though with a different error.

For comparison all of this works fine:

* The command with different Emacs version: 24.5, 26.3 and 28.0.50
  (trunk).

* The command after replacing "https" with "http" with different Emacs
  version: 24.5, 26.3 and 28.0.50 (trunk).

* Any Emacs version I have, _including_ 25.3, if I replace archive
  with "https://melpa.org/packages/" (also with "http" instead of
  "https").

In other words, it only fails with Emacs 25.3 and GNU ELPA for me.

Can someone verify this?  Does someone know what's going on?

Paul



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-02-26  1:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-25 14:54 GNU Elpa and Emacs 25.3 Paul Pogonyshev
2020-01-25 15:33 ` Noam Postavsky
2020-01-25 15:48   ` Paul Pogonyshev
2020-01-25 20:05     ` Noam Postavsky
2020-01-25 20:37       ` Paul Pogonyshev
2020-02-15 21:05   ` Paul Pogonyshev
2020-02-16 12:52     ` Paul Pogonyshev
2020-02-26  1:15       ` Noam Postavsky

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).