-
Notifications
You must be signed in to change notification settings - Fork 100
Try to read from http://www.usinenouvelle.com/rss/ blocks newsbeuter #582
Comments
If the browser was not already started, that's just how it works, unfortunately. |
You can write a script that will start the browser in background, and use that as your browser:
(Technical details: Newsbeuter will fork for the script, the script will fork for Firefox, then the script will finish; control will be returned to Newsbeuter, and Firefox will be scooped up by initd. This is a double fork.) Newsbeuter doesn't do this for you because users might want it to block while the browser is running. The most obvious example is using Lynx: you want Newsbeuter to give up the terminal to Lynx, and stay that way until you quit the browser. Opting out of blocking is easier than adding it back, hence blocking being the default behaviour. Hope this helps!
|
Hi, |
Ah, so you're opening the article in the Newsbeuter itself, not the browser? Okay. I tried the same in 2.9 and 2.10, and both opened it fine. You say you use Lynx but you didn't show us your config. Can you please post the contents of your |
I forgot, try to opening this specific thread "Aujourd?hui, nos concurrents...", make newsbeuter use 100% cpu. The config file is not present:
|
(Edited your post to use a code block to quote terminal's output.) I couldn't reproduce that with your exports and Newsbeuter 2.9 from the repo. Does anyone has FreeBSD machine handy? I am testing on Linux; maybe the problem is in iconv? |
I tried on FreeBSD 11. Can't reproduce. One thing that is different, I have not questionmark in "Aujourd’hui, nos concurrents. So maybe it is an encoding issue? |
With UTF-8 in locale on FreeBSD, newsbeuter show correctly the message of questionmark "Aujourd'hui, nos concurrents..." on Jul 20. It is no longer blocked, and it does not use 100%.
|
@arvedarved, thanks! So the next logical step is for someone with FreeBSD to figure out what's wrong exactly (I'm pretty sure it's iconv) and provide a patch. Or at least post your findings so the next person has a place to start from. I doubt I'm of much use here as I don't have much experience with development on FreeBSD, but feel free to ask anyway. |
I open a thread in FreeBSD forums : https://forums.freebsd.org/threads/62282/ with code sample. |
Intended to do that a long time ago: akrennmair/newsbeuter#582 (comment)
Newsbeuter version (copy from
newsbeuter -v
):newsbeuter 2.9 - http://www.newsbeuter.org/
Copyright (C) 2006-2010 Andreas Krennmair
newsbeuter est un logiciel libre, publié sous licence MIT/X Consortium.
Tapez `newsbeuter -vv' pour obtenir plus d'informations.
Compilation date/time: Jul 2 2017 23:14:38
System: FreeBSD 11.0-RELEASE-p1 (amd64)
Compiler: g++ 4.2.1 Compatible FreeBSD Clang 3.8.0 (tags/RELEASE_380/final 262564)
ncurses: ncurses 5.9.20140222 (compiled with 5.9)
libcurl: libcurl/7.54.1 OpenSSL/1.0.2j zlib/1.2.8 nghttp2/1.23.1 (compiled with 7.54.1)
SQLite: 3.19.3 (compiled with 3.19.3)
libxml2: compiled with 2.9.4
Steps to reproduce the issue:
(Editing the config is a step, too!)
URL contains :
% cat .newsbeuter/urls
http://www.usinenouvelle.com/rss/
On Jul 20, try to open the news that begins with : "Aujourd?hui, nos concurrents..." blocks newsbeuter. Can not use CTRL-C. Need to call kill -9 from another session.
The text was updated successfully, but these errors were encountered: