[Bug 272768] net/gorss: Update to 0.4

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 27 Sep 2023 09:53:03 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272768

--- Comment #11 from Alexey Dokuchaev <danfe@FreeBSD.org> ---
(In reply to Fernando ApesteguĂ­a from comment #10)
> No window or anything. Installing ncurses now does not help which is weird
> if the fallback mechanism is in place.
This could be an indication that the problem is not TUI-related.  FWIW, it
works fine for me with any combination of (known) TERM/tmux/screen regardless
of doing it under X11/xterm or plain vt(4) console.

> The exact message about the config is in the log:
> 2023/09/25 08:35:01 config.go:116: Key defined more than once, key:
Could it be garbled local state, e.g. some conflict with files from the
previous version?  Does wiping out ~/.config/gorss and ~/.local/share/gorss
help?

You could replace default feeds with the ones which definitely work in your
environment/jurisdiction, e.g.:

  "feeds" : [
    {
      "name" : "LOR",
      "url" : "https://www.linux.org.ru/section-rss.jsp?section=1"
    },
    ...
  ],

Albeit default Sweedish ones should also work just fine.

-- 
You are receiving this mail because:
You are the assignee for the bug.