alphapapa / alphapapa/plz.el

error in process sentinel: Wrong type argument: number-or-marker-p, nil

Aberta
#79 1 comentário 0 reações 0 responsáveis Ver no GitHub
Linguagem predominante
Emacs Lisp
Estrelas
236
Forks
19
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

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

Guia de contribuição

Nenhum guia de contribuição indexado para este repositório

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.