-
Notifications
You must be signed in to change notification settings - Fork 44
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
Bizarre curl network errors (26: read error; 9: FTP access denied) #280
Comments
Well, those errors are certainly weird:
They suggest that something is very unusual, and apparently grossly wrong, in your system or network, because they indicate that curl is failing in strange ways. FTP is not even used here. What version of |
This is the output of
Version of |
Well, v0.9 of plz has been released, so you could install that, but it's unlikely to matter. I don't know what's going on here. It's bizarre. You'll probably have to spend some time playing with curl in a shell and trying to reproduce the problem, which will mean digging into |
I did upgrade to v0.9 of |
I don't know. Like I said, this is utterly bizarre. If it's feasible, my best advice is to try reproducing the problem in a virtual machine running a different Linux distro. Other than that, you'll want to look at the function |
Will try replicating the problem on a VM and report back on this thread. Thank you. |
I tried compiling Emacs from source with the following details, Curl version:
The operating system version:
Emacs version:
And I do not get there errors currently. |
It would be best if you tried to use the same versions of Emacs and curl that you got the errors on. Otherwise we do not narrow the problem space, and we make no progress. |
OS/platform
openSUSE Tumbleweed 20240607 x86_64
Emacs version and provenance
"GNU Emacs 29.3 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.41, cairo version 1.18.0)
of 2024-04-03"
Compiled from source from: https://git.savannah.gnu.org/cgit/emacs.git/
Emacs command
emacs --bg-daemon
Emacs frame type
emacsclient --alternate-editor= --reuse-frame --frame-parameters='(fullscreen . maximized)
Ement package version and provenance
0.16-pre 9f6cbb8 from ELPA using elpaca
Actions taken
ement-connect
ement.el
room buffer or any other roomr n
to set notification rule for the roomObserved results
An error is thrown and the notification rule chosen is not applied.
This is with
(setq debug-on-error nil)
Expected results
The notification rules should be set, followed and no error is displayed.
Backtrace
Etc.
In addition, when
(setq debug-on-error nil)
, if I tryement-disconnect
, I get,Could this issue be related to a bookmark that I have included for activities.el from on alphapapa/activities.el#19 (comment)
The text was updated successfully, but these errors were encountered: