error in process sentinel: Wrong type argument: number-or-marker-p, nil
未關閉
- 主要語言
- Emacs Lisp
- 星號
- 236
- 分支
- 19
- PR 合併指標
- 30 天內沒有已合併 PR
描述
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
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。