* bug#71448: 30.0.50; list-packages and eww fail to download from internet
@ 2024-06-09 8:06 Gerard Vermeulen
2024-06-09 9:18 ` Eli Zaretskii
0 siblings, 1 reply; 4+ messages in thread
From: Gerard Vermeulen @ 2024-06-09 8:06 UTC (permalink / raw)
To: 71448
Hello,
I see in my message buffer after list-packages:
Importing package-keyring.gpg...done
error in process sentinel: Error retrieving:
https://elpa.nongnu.org/nongnu/archive-contents "incomprehensible
buffer" [2 times]
error in process sentinel: Error retrieving:
https://elpa.gnu.org/devel/archive-contents "incomprehensible buffer" [2
times]
error in process sentinel: Error retrieving:
https://melpa.org/packages/archive-contents "incomprehensible buffer" [2
times]
error in process sentinel: Error retrieving:
https://stable.melpa.org/packages/archive-contents "incomprehensible
buffer" [2 times]
Package refresh done
error in process sentinel: Error retrieving:
https://elpa.gnu.org/packages/archive-contents "incomprehensible buffer"
[2 times]
and after for example M-x eww https://www.masteringemacs.org:
You can run the command ‘eww’ with G
Contacting host: www.masteringemacs.org:443
and eww remains stuck (it does not download the content).
And after M-x debbugs-gnu, the message buffer says:
soap-invoke-internal: No HTTP response from server
I suspect this issue may be due to a commit after e2527dd9fd3,
because I cannot repair it by trying to revert commit e2527dd9fd3.
GNU Emacs 30.0.50 (build 64, x86_64-apple-darwin20.6.0, NS
appkit-2202.70 Version 11.7.1 (Build 20G918)) of 2024-06-09
Regards -- Gerard
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#71448: 30.0.50; list-packages and eww fail to download from internet
2024-06-09 8:06 bug#71448: 30.0.50; list-packages and eww fail to download from internet Gerard Vermeulen
@ 2024-06-09 9:18 ` Eli Zaretskii
2024-06-09 9:31 ` Gerard Vermeulen
0 siblings, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2024-06-09 9:18 UTC (permalink / raw)
To: Gerard Vermeulen; +Cc: 71448
> Date: Sun, 09 Jun 2024 08:06:49 +0000
> From: Gerard Vermeulen <gerard.vermeulen@posteo.net>
>
> Hello,
>
> I see in my message buffer after list-packages:
>
> Importing package-keyring.gpg...done
> error in process sentinel: Error retrieving:
> https://elpa.nongnu.org/nongnu/archive-contents "incomprehensible
> buffer" [2 times]
> error in process sentinel: Error retrieving:
> https://elpa.gnu.org/devel/archive-contents "incomprehensible buffer" [2
> times]
> error in process sentinel: Error retrieving:
> https://melpa.org/packages/archive-contents "incomprehensible buffer" [2
> times]
> error in process sentinel: Error retrieving:
> https://stable.melpa.org/packages/archive-contents "incomprehensible
> buffer" [2 times]
> Package refresh done
> error in process sentinel: Error retrieving:
> https://elpa.gnu.org/packages/archive-contents "incomprehensible buffer"
> [2 times]
>
> and after for example M-x eww https://www.masteringemacs.org:
>
> You can run the command ‘eww’ with G
> Contacting host: www.masteringemacs.org:443
>
> and eww remains stuck (it does not download the content).
>
> And after M-x debbugs-gnu, the message buffer says:
>
> soap-invoke-internal: No HTTP response from server
>
> I suspect this issue may be due to a commit after e2527dd9fd3,
> because I cannot repair it by trying to revert commit e2527dd9fd3.
Please update from Git and try again, I've just installed a fix that
could be relevant.
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#71448: 30.0.50; list-packages and eww fail to download from internet
2024-06-09 9:18 ` Eli Zaretskii
@ 2024-06-09 9:31 ` Gerard Vermeulen
2024-06-09 9:34 ` Eli Zaretskii
0 siblings, 1 reply; 4+ messages in thread
From: Gerard Vermeulen @ 2024-06-09 9:31 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 71448
On 09.06.2024 11:18, Eli Zaretskii wrote:
>> Date: Sun, 09 Jun 2024 08:06:49 +0000
>> From: Gerard Vermeulen <gerard.vermeulen@posteo.net>
[ ... ]
>>
>> I suspect this issue may be due to a commit after e2527dd9fd3,
>> because I cannot repair it by trying to revert commit e2527dd9fd3.
>
> Please update from Git and try again, I've just installed a fix that
> could be relevant.
This fixes list-packages, eww, and debbugs-gnu.
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#71448: 30.0.50; list-packages and eww fail to download from internet
2024-06-09 9:31 ` Gerard Vermeulen
@ 2024-06-09 9:34 ` Eli Zaretskii
0 siblings, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2024-06-09 9:34 UTC (permalink / raw)
To: Gerard Vermeulen; +Cc: 71448-done
> Date: Sun, 09 Jun 2024 09:31:18 +0000
> From: Gerard Vermeulen <gerard.vermeulen@posteo.net>
> Cc: 71448@debbugs.gnu.org
>
>
>
> On 09.06.2024 11:18, Eli Zaretskii wrote:
> >> Date: Sun, 09 Jun 2024 08:06:49 +0000
> >> From: Gerard Vermeulen <gerard.vermeulen@posteo.net>
> [ ... ]
> >>
> >> I suspect this issue may be due to a commit after e2527dd9fd3,
> >> because I cannot repair it by trying to revert commit e2527dd9fd3.
> >
> > Please update from Git and try again, I've just installed a fix that
> > could be relevant.
>
> This fixes list-packages, eww, and debbugs-gnu.
Thanks, so I'm closing this bug.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-06-09 9:34 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-09 8:06 bug#71448: 30.0.50; list-packages and eww fail to download from internet Gerard Vermeulen
2024-06-09 9:18 ` Eli Zaretskii
2024-06-09 9:31 ` Gerard Vermeulen
2024-06-09 9:34 ` Eli Zaretskii
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).