Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Sep 2023 09:53:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 272768] net/gorss: Update to 0.4
Message-ID:  <bug-272768-7788-XsWlGEP5zA@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-272768-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-272768-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D272768

--- Comment #11 from Alexey Dokuchaev <danfe@FreeBSD.org> ---
(In reply to Fernando Apestegu=C3=ADa 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 regardle=
ss
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=3D1"
    },
    ...
  ],

Albeit default Sweedish ones should also work just fine.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-272768-7788-XsWlGEP5zA>