error in process sentinel: Wrong type argument: number-or-marker-p, nil
Ouverte
- Langage dominant
- Emacs Lisp
- Étoiles
- 236
- Forks
- 19
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
I am trying to fetch the weather in emacs from , but I get the error shown in the title:
Here is the code to reproduce on my system (I also tested on my phone in termux and I get the same error)
```
#!/usr/bin/env -S emacs --script
(require 'plz)
(defvar weather-url "https://wttr.in/WV?format=3")
(let* ((plz-timeout 25)
(response (plz :get weather-url
:as 'buffer)))
(with-current-buffer response
(princ (buffer-string))))
```
I'm on emacs 30.2 and using plz v0.9.1
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.