lwindolf / liferea

Liferea (Linux Feed Reader), a news reader for GTK/GNOME
https://lzone.de/liferea
GNU General Public License v2.0
814 stars 132 forks source link

Liferea not start #282

Closed Drakone closed 8 years ago

Drakone commented 8 years ago

Hello, liferea not start. Can you help me ?

[tom@ordinatom ~]$ liferea --debug-all
CONF   : proxy auto detect is configured
CONF   : Manual proxy settings are now NULL:0 NULL:NULL
NET    : proxy set to http://(null):(null)@(null):0
DB     : Opening DB file /home/tom/.local/share/liferea/liferea.db...
DB     : executing SQL: PRAGMA journal_mode=WAL
DB     :  -> result: 0 (success)
DB     : executing SQL: PRAGMA page_size=32768
DB     :  -> result: 0 (success)
DB     : executing SQL: PRAGMA synchronous=NORMAL
DB     :  -> result: 0 (success)
DB     : current DB schema version: 10
DB     : No VACUUM as freelist count/page count ratio 0,64 <= 10
DB     : executing SQL: CREATE TABLE items (   item_id      INTEGER,   parent_item_id     INTEGER,   node_id        TEXT,   parent_node_id     TEXT,   title        TEXT,   read        INTEGER,   updated      INTEGER,   popup        INTEGER,   marked       INTEGER,   source       TEXT,   source_id       TEXT,   valid_guid      INTEGER,   description  TEXT,   date        INTEGER,   comment_feed_id  TEXT,   comment            INTEGER,   PRIMARY KEY (item_id));
DB     :  -> result: 1 (table items already exists)
DB     : executing SQL: CREATE INDEX items_idx ON items (source_id);
DB     :  -> result: 1 (index items_idx already exists)
DB     : executing SQL: CREATE INDEX items_idx2 ON items (comment_feed_id);
DB     :  -> result: 1 (index items_idx2 already exists)
DB     : executing SQL: CREATE INDEX items_idx3 ON items (node_id);
DB     :  -> result: 1 (index items_idx3 already exists)
DB     : executing SQL: CREATE INDEX items_idx4 ON items (item_id);
DB     :  -> result: 1 (index items_idx4 already exists)
DB     : executing SQL: CREATE INDEX items_idx5 ON items (parent_item_id);
DB     :  -> result: 1 (index items_idx5 already exists)
DB     : executing SQL: CREATE INDEX items_idx6 ON items (parent_node_id);
DB     :  -> result: 1 (index items_idx6 already exists)
DB     : executing SQL: CREATE TABLE metadata (   item_id       INTEGER,   nr               INTEGER,   key              TEXT,   value               TEXT,   PRIMARY KEY (item_id, nr));
DB     :  -> result: 1 (table metadata already exists)
DB     : executing SQL: CREATE INDEX metadata_idx ON metadata (item_id);
DB     :  -> result: 1 (index metadata_idx already exists)
DB     : executing SQL: CREATE TABLE subscription (   node_id            STRING,   source             STRING,   orig_source        STRING,   filter_cmd         STRING,   update_interval   INTEGER,   default_interval   INTEGER,   discontinued       INTEGER,   available          INTEGER,   PRIMARY KEY (node_id));
DB     :  -> result: 1 (table subscription already exists)
DB     : executing SQL: CREATE TABLE subscription_metadata (   node_id            STRING,   nr                 INTEGER,   key                TEXT,   value              TEXT,   PRIMARY KEY (node_id, nr));
DB     :  -> result: 1 (table subscription_metadata already exists)
DB     : executing SQL: CREATE INDEX subscription_metadata_idx ON subscription_metadata (node_id);
DB     :  -> result: 1 (index subscription_metadata_idx already exists)
DB     : executing SQL: CREATE TABLE node (   node_id       STRING,   parent_id     STRING,   title     STRING,   type      INTEGER,   expanded           INTEGER,   view_mode      INTEGER,   sort_column  INTEGER,   sort_reversed    INTEGER,   PRIMARY KEY (node_id));
DB     :  -> result: 1 (table node already exists)
DB     : executing SQL: CREATE TABLE search_folder_items (   node_id            STRING,   parent_node_id     STRING,   item_id      INTEGER,   PRIMARY KEY (node_id, item_id));
DB     :  -> result: 1 (table search_folder_items already exists)
DB     : executing SQL: DROP TRIGGER item_insert;
DB     :  -> result: 1 (no such trigger: item_insert)
DB     : executing SQL: DROP TRIGGER item_update;
DB     :  -> result: 1 (no such trigger: item_update)
DB     : executing SQL: DROP TRIGGER item_removal;
DB     :  -> result: 0 (success)
DB     : executing SQL: DROP TRIGGER subscription_removal;
DB     :  -> result: 0 (success)
DB     : Checking for items without a feed list node...

DB     : executing SQL: DELETE FROM items WHERE comment = 0 AND node_id NOT IN (SELECT node_id FROM node);
DB     :  -> result: 0 (success)
DB     : Checking for comments without parent item...

DB     : executing SQL: BEGIN;    CREATE TEMP TABLE tmp_id ( id );   INSERT INTO tmp_id SELECT item_id FROM items WHERE comment = 1 AND parent_item_id NOT IN (SELECT item_id FROM items WHERE comment = 0);   DELETE FROM items WHERE item_id IN (SELECT id FROM tmp_id LIMIT 1000);   DROP TABLE tmp_id;END;
DB     :  -> result: 0 (success)
DB     : Checking for search folder items without a feed list node...

DB     : executing SQL: DELETE FROM search_folder_items WHERE parent_node_id NOT IN (SELECT node_id FROM node);
DB     :  -> result: 0 (success)
DB     : Checking for search folder items without a search folder...

DB     : executing SQL: DELETE FROM search_folder_items WHERE node_id NOT IN (SELECT node_id FROM node);
DB     :  -> result: 0 (success)
DB     : Checking for search folder with comments...

DB     : executing SQL: DELETE FROM search_folder_items WHERE comment = 1;
DB     :  -> result: 1 (no such column: comment)
DB     : Checking for subscription metadata without node...

DB     : executing SQL: DELETE FROM subscription_metadata WHERE node_id NOT IN (SELECT node_id FROM node);
DB     :  -> result: 0 (success)
DB     : DB cleanup finished. Continuing startup.
DB     : executing SQL: CREATE TRIGGER item_removal DELETE ON items BEGIN    DELETE FROM metadata WHERE item_id = old.item_id;    DELETE FROM search_folder_items WHERE item_id = old.item_id; END;
DB     :  -> result: 0 (success)
DB     : executing SQL: CREATE TRIGGER subscription_removal DELETE ON subscription BEGIN    DELETE FROM node WHERE node_id = old.node_id;    DELETE FROM subscription_metadata WHERE node_id = old.node_id;    DELETE FROM search_folder_items WHERE parent_node_id = old.node_id; END;
DB     :  -> result: 0 (success)
PERF   : = db_init took 0,003s
DB     : = startup took 0,005s
Failed to register: Le délai d'attente est dépassé

[tom@ordinatom ~]$ uname -r
4.1.11-1-MANJARO

[tom@ordinatom ~]$ yaourt liferea
1 extra/liferea 1.10.16-1 [installed]
    A desktop news aggregator for online news feeds and weblogs
2 aur/liferea-git v1.11.6.r0.g3443276-1 (1)
    A news aggregator for GTK, git version.
3 aur/liferea-unstable 1.11.6-1 (41)
    A desktop news aggregator for online news feeds and weblogs - Unstable
lwindolf commented 8 years ago

The relevant error is printed in French: "Failed to register: Le délai d'attente est dépassé"

Can you please rerun with "LANG=C liferea --debug-all" so it comes out in English?

Drakone commented 8 years ago
[tom@ordinatom ~]$ LANG=C liferea --debug-all
CONF   : proxy auto detect is configured
CONF   : Manual proxy settings are now NULL:0 NULL:NULL
NET    : proxy set to http://(null):(null)@(null):0
DB     : Opening DB file /home/tom/.local/share/liferea/liferea.db...
DB     : executing SQL: PRAGMA journal_mode=WAL
DB     :  -> result: 0 (success)
DB     : executing SQL: PRAGMA page_size=32768
DB     :  -> result: 0 (success)
DB     : executing SQL: PRAGMA synchronous=NORMAL
DB     :  -> result: 0 (success)
DB     : current DB schema version: 10
DB     : No VACUUM as freelist count/page count ratio 0.78 <= 10
DB     : executing SQL: CREATE TABLE items (   item_id      INTEGER,   parent_item_id     INTEGER,   node_id        TEXT,   parent_node_id     TEXT,   title        TEXT,   read        INTEGER,   updated      INTEGER,   popup        INTEGER,   marked       INTEGER,   source       TEXT,   source_id       TEXT,   valid_guid      INTEGER,   description  TEXT,   date        INTEGER,   comment_feed_id  TEXT,   comment            INTEGER,   PRIMARY KEY (item_id));
DB     :  -> result: 1 (table items already exists)
DB     : executing SQL: CREATE INDEX items_idx ON items (source_id);
DB     :  -> result: 1 (index items_idx already exists)
DB     : executing SQL: CREATE INDEX items_idx2 ON items (comment_feed_id);
DB     :  -> result: 1 (index items_idx2 already exists)
DB     : executing SQL: CREATE INDEX items_idx3 ON items (node_id);
DB     :  -> result: 1 (index items_idx3 already exists)
DB     : executing SQL: CREATE INDEX items_idx4 ON items (item_id);
DB     :  -> result: 1 (index items_idx4 already exists)
DB     : executing SQL: CREATE INDEX items_idx5 ON items (parent_item_id);
DB     :  -> result: 1 (index items_idx5 already exists)
DB     : executing SQL: CREATE INDEX items_idx6 ON items (parent_node_id);
DB     :  -> result: 1 (index items_idx6 already exists)
DB     : executing SQL: CREATE TABLE metadata (   item_id       INTEGER,   nr               INTEGER,   key              TEXT,   value               TEXT,   PRIMARY KEY (item_id, nr));
DB     :  -> result: 1 (table metadata already exists)
DB     : executing SQL: CREATE INDEX metadata_idx ON metadata (item_id);
DB     :  -> result: 1 (index metadata_idx already exists)
DB     : executing SQL: CREATE TABLE subscription (   node_id            STRING,   source             STRING,   orig_source        STRING,   filter_cmd         STRING,   update_interval   INTEGER,   default_interval   INTEGER,   discontinued       INTEGER,   available          INTEGER,   PRIMARY KEY (node_id));
DB     :  -> result: 1 (table subscription already exists)
DB     : executing SQL: CREATE TABLE subscription_metadata (   node_id            STRING,   nr                 INTEGER,   key                TEXT,   value              TEXT,   PRIMARY KEY (node_id, nr));
DB     :  -> result: 1 (table subscription_metadata already exists)
DB     : executing SQL: CREATE INDEX subscription_metadata_idx ON subscription_metadata (node_id);
DB     :  -> result: 1 (index subscription_metadata_idx already exists)
DB     : executing SQL: CREATE TABLE node (   node_id       STRING,   parent_id     STRING,   title     STRING,   type      INTEGER,   expanded           INTEGER,   view_mode      INTEGER,   sort_column  INTEGER,   sort_reversed    INTEGER,   PRIMARY KEY (node_id));
DB     :  -> result: 1 (table node already exists)
DB     : executing SQL: CREATE TABLE search_folder_items (   node_id            STRING,   parent_node_id     STRING,   item_id      INTEGER,   PRIMARY KEY (node_id, item_id));
DB     :  -> result: 1 (table search_folder_items already exists)
DB     : executing SQL: DROP TRIGGER item_insert;
DB     :  -> result: 1 (no such trigger: item_insert)
DB     : executing SQL: DROP TRIGGER item_update;
DB     :  -> result: 1 (no such trigger: item_update)
DB     : executing SQL: DROP TRIGGER item_removal;
DB     :  -> result: 0 (success)
DB     : executing SQL: DROP TRIGGER subscription_removal;
DB     :  -> result: 0 (success)
DB     : Checking for items without a feed list node...

DB     : executing SQL: DELETE FROM items WHERE comment = 0 AND node_id NOT IN (SELECT node_id FROM node);
DB     :  -> result: 0 (success)
DB     : Checking for comments without parent item...

DB     : executing SQL: BEGIN;    CREATE TEMP TABLE tmp_id ( id );   INSERT INTO tmp_id SELECT item_id FROM items WHERE comment = 1 AND parent_item_id NOT IN (SELECT item_id FROM items WHERE comment = 0);   DELETE FROM items WHERE item_id IN (SELECT id FROM tmp_id LIMIT 1000);   DROP TABLE tmp_id;END;
DB     :  -> result: 0 (success)
DB     : Checking for search folder items without a feed list node...

DB     : executing SQL: DELETE FROM search_folder_items WHERE parent_node_id NOT IN (SELECT node_id FROM node);
DB     :  -> result: 0 (success)
DB     : Checking for search folder items without a search folder...

DB     : executing SQL: DELETE FROM search_folder_items WHERE node_id NOT IN (SELECT node_id FROM node);
DB     :  -> result: 0 (success)
DB     : Checking for search folder with comments...

DB     : executing SQL: DELETE FROM search_folder_items WHERE comment = 1;
DB     :  -> result: 1 (no such column: comment)
DB     : Checking for subscription metadata without node...

DB     : executing SQL: DELETE FROM subscription_metadata WHERE node_id NOT IN (SELECT node_id FROM node);
DB     :  -> result: 0 (success)
DB     : DB cleanup finished. Continuing startup.
DB     : executing SQL: CREATE TRIGGER item_removal DELETE ON items BEGIN    DELETE FROM metadata WHERE item_id = old.item_id;    DELETE FROM search_folder_items WHERE item_id = old.item_id; END;
DB     :  -> result: 0 (success)
DB     : executing SQL: CREATE TRIGGER subscription_removal DELETE ON subscription BEGIN    DELETE FROM node WHERE node_id = old.node_id;    DELETE FROM subscription_metadata WHERE node_id = old.node_id;    DELETE FROM search_folder_items WHERE parent_node_id = old.node_id; END;
DB     :  -> result: 0 (success)
PERF   : = db_init took 0,003s
DB     : = startup took 0,006s
GUI    : Setting up menues
GUI    : Setting up widget containers
GUI    : Setting up status bar
GUI    : Setting up tabbed browsing
GUI    : Setting up feed list
GUI    : Initialising menues
GUI    : Setting up item view
GUI    : Loading icons
GUI    : Setting toolbar style
GUI    : Loading accelerators
GUI    : Restoring window position
GUI    : Retrieved saved setting: size 0x0 position 0:0
GUI    : Restoring window state 'shown'
GUI    : Loading pane proportions
HTML   : theme color "GTK-COLOR-FG" is 3C3C3C
HTML   : theme color "GTK-COLOR-BG" is CECECE
HTML   : theme color "GTK-COLOR-LIGHT" is FFFFFF
HTML   : theme color "GTK-COLOR-DARK" is 909090
HTML   : theme color "GTK-COLOR-MID" is C8C8C8
HTML   : theme color "GTK-COLOR-BASE" is FCFCFC
HTML   : theme color "GTK-COLOR-TEXT" is 212121
HTML   : theme color "GTK-COLOR-NORMAL-LINK" is 1B983B
HTML   : successfully set the color for links
HTML   : theme color "GTK-COLOR-VISITED-LINK" is 1B983B
HTML   : successfully set the color for visited links
HTML   : theme color "FEEDLIST_UNREAD_FG" is CECECE
HTML   : theme color "FEEDLIST_UNREAD_BG" is 909090
CACHE  : Setting up root node
CACHE  : Importing OPML file: /home/tom/.config/liferea/feedlist.opml
GUI    : adding node "Non lus" as child of parent="root"
HTML   : Feed list unread CSS: foreground='#CECECE' background='#909090'

GUI    : folder empty check for node id "lifkeya"
CACHE  : import vfolder: title=Non lus
CACHE  : loading rule "unread" ""
DB     : updating node info kqrqwlu
GUI    : adding node "Proximit?" as child of parent="root"
GUI    : folder empty check for node id "lifkeya"
GUI    : folder empty check for node id "hfpunuq"
GUI    : adding node "Les conf?rences" as child of parent="Proximit?"
GUI    : folder empty check for node id "hfpunuq"
CACHE  : import feed: title=Les conf?rences source=http://metropole.rennes.fr/index.php?id=1623&type=61418134 typeStr= interval=-1
/usr/lib/liferea/plugins/gnome-keyring.py:6: PyGIWarning: GnomeKeyring was imported without specifying a version first. Use gi.require_version('GnomeKeyring', '1.0') before import to ensure that the right version gets loaded.
  from gi.repository import GnomeKeyring
/usr/lib/liferea/plugins/media-player.py:10: PyGIWarning: Gst was imported without specifying a version first. Use gi.require_version('Gst', '1.0') before import to ensure that the right version gets loaded.
  from gi.repository import Gst
Gkr-Message: secret service operation failed: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Gkr-Message: secret service operation failed: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
DB     : updating node info enlypbv
PERF   : = import_parse_outline took 50,104s
PERF   : function "import_parse_outline" is slow! Took 50104ms.
GUI    : adding node "Infos et d?marches" as child of parent="Proximit?"
GUI    : folder empty check for node id "hfpunuq"
CACHE  : import feed: title=Infos et d?marches source=http://metropole.rennes.fr/index.php?id=1629&type=61418134 typeStr= interval=-1
Gkr-Message: secret service operation failed: Failed to activate service 'org.freedesktop.secrets': timed out
DB     : updating node info gklharf
PERF   : = import_parse_outline took 1,113s
PERF   : function "import_parse_outline" is slow! Took 1113ms.
GUI    : adding node "Actualit?s" as child of parent="Proximit?"
GUI    : folder empty check for node id "hfpunuq"
CACHE  : import feed: title=Actualit?s source=http://metropole.rennes.fr/index.php?id=1627&type=61418134 typeStr= interval=-1
Gkr-Message: secret service operation failed: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
DB     : updating node info nqidjvo
PERF   : = import_parse_outline took 25,025s
PERF   : function "import_parse_outline" is slow! Took 25025ms.
GUI    : adding node "Infos pratique" as child of parent="Proximit?"
GUI    : folder empty check for node id "hfpunuq"
CACHE  : import feed: title=Infos pratique source=http://metropole.rennes.fr/index.php?id=4142&type=61418134 typeStr= interval=-1
Gkr-Message: secret service operation failed: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
DB     : updating node info oqvtxfc
PERF   : = import_parse_outline took 25,015s
PERF   : function "import_parse_outline" is slow! Took 25015ms.
GUI    : adding node "Politiques publiques" as child of parent="Proximit?"
GUI    : folder empty check for node id "hfpunuq"
CACHE  : import feed: title=Politiques publiques source=http://metropole.rennes.fr/index.php?id=1625&type=61418134 typeStr= interval=-1
Gkr-Message: secret service operation failed: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
DB     : updating node info uuxhnmg
PERF   : = import_parse_outline took 25,026s
PERF   : function "import_parse_outline" is slow! Took 25026ms.
GUI    : adding node "Antipode MJC" as child of parent="Proximit?"
GUI    : folder empty check for node id "hfpunuq"
CACHE  : import feed: title=Antipode MJC source=http://www.antipode-mjc.com/feed typeStr= interval=-1
Gkr-Message: secret service operation failed: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
DB     : updating node info anqgxtx
PERF   : = import_parse_outline took 25,025s
PERF   : function "import_parse_outline" is slow! Took 25025ms.
GUI    : adding node "Rennes des Bois" as child of parent="Proximit?"
GUI    : folder empty check for node id "hfpunuq"
UPDATE : Setting last favicon poll time for jocnknq to 1445694611
CACHE  : [Invalid UTF-8] import feed: title=Rennes des Bois source=http://www.rennesdesbois.fr/feed typeStr=\xb8\xfb\xa12\xdb\x7f interval=-1
Gkr-Message: secret service operation failed: Failed to activate service 'org.freedesktop.secrets': timed out
DB     : updating node info jocnknq
PERF   : = import_parse_outline took 19,928s
PERF   : function "import_parse_outline" is slow! Took 19928ms.
GUI    : adding node "Le P'tit Rennais" as child of parent="Proximit?"
GUI    : folder empty check for node id "hfpunuq"
CACHE  : import feed: title=Le P'tit Rennais source=http://leptitrennais.fr/feed typeStr= interval=-1
Gkr-Message: secret service operation failed: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
DB     : updating node info ljkcycv
PERF   : = import_parse_outline took 25,026s
PERF   : function "import_parse_outline" is slow! Took 25026ms.
GUI    : adding node "L'armada production" as child of parent="Proximit?"
GUI    : folder empty check for node id "hfpunuq"
UPDATE : Setting last favicon poll time for nvaieio to 1444315890
CACHE  : import feed: title=L'armada production source=http://www.armada-productions.com/spip.php?page=rss&id_rubrique=3 typeStr= interval=-1
Gkr-Message: secret service operation failed: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
DB     : updating node info nvaieio
DB     : = node update took 0,004s
PERF   : = import_parse_outline took 25,036s
PERF   : function "import_parse_outline" is slow! Took 25036ms.
DB     : updating node info hfpunuq
PERF   : = import_parse_outline took 25,036s
PERF   : function "import_parse_outline" is slow! Took 25036ms.
GUI    : adding node "Collaboration" as child of parent="root"
GUI    : folder empty check for node id "lifkeya"
GUI    : folder empty check for node id "jemslnl"
GUI    : adding node "Bretagne Cr?ative" as child of parent="Collaboration"
GUI    : folder empty check for node id "jemslnl"
UPDATE : Setting last favicon poll time for jseshsw to 1444811429
CACHE  : import feed: title=Bretagne Cr?ative source=http://www.bretagne-creative.net/spip.php?page=backend typeStr= interval=-1
Gkr-Message: secret service operation failed: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
DB     : updating node info jseshsw
DB     : = node update took 0,005s
PERF   : = import_parse_outline took 25,006s
PERF   : function "import_parse_outline" is slow! Took 25006ms.
GUI    : adding node "Tiriad" as child of parent="Collaboration"
GUI    : folder empty check for node id "jemslnl"
CACHE  : import feed: title=Tiriad source=http://www.tiriad.org/spip/spip.php?page=backend typeStr= interval=-1
Gkr-Message: secret service operation failed: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
DB     : updating node info bjffccw
DB     : = node update took 0,004s
PERF   : = import_parse_outline took 25,007s
PERF   : function "import_parse_outline" is slow! Took 25007ms.
GUI    : adding node "Imagination For People" as child of parent="Collaboration"
GUI    : folder empty check for node id "jemslnl"
UPDATE : Setting last favicon poll time for uetfjdm to 1444825535
CACHE  : import feed: title=Imagination For People source=http://imaginationforpeople.org/fr/blog/feeds typeStr= interval=-1
Gkr-Message: secret service operation failed: Failed to activate service 'org.freedesktop.secrets': timed out
DB     : updating node info uetfjdm
PERF   : = import_parse_outline took 19,931s
PERF   : function "import_parse_outline" is slow! Took 19931ms.
GUI    : adding node "Lilian Ricaud" as child of parent="Collaboration"
GUI    : folder empty check for node id "jemslnl"
CACHE  : import feed: title=Lilian Ricaud source=http://www.lilianricaud.com/travail-en-reseau/feed typeStr= interval=-1
Gkr-Message: secret service operation failed: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
DB     : updating node info urdvjvr
DB     : = node update took 0,005s
PERF   : = import_parse_outline took 25,031s
PERF   : function "import_parse_outline" is slow! Took 25031ms.
GUI    : adding node "Collporterre" as child of parent="Collaboration"
GUI    : folder empty check for node id "jemslnl"
UPDATE : Setting last favicon poll time for maxoxfa to 1444745930
CACHE  : import feed: title=Collporterre source=http://www.collporterre.org/wakka.php?wiki=DerniersChangementsRss/xml typeStr= interval=-1
Gkr-Message: secret service operation failed: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
DB     : updating node info maxoxfa
DB     : = node update took 0,004s
PERF   : = import_parse_outline took 25,031s
PERF   : function "import_parse_outline" is slow! Took 25031ms.
GUI    : adding node "YesWiki" as child of parent="Collaboration"
GUI    : folder empty check for node id "jemslnl"
UPDATE : Setting last favicon poll time for sqbpxra to 1444899062
CACHE  : import feed: title=YesWiki source=http://yeswiki.net/wakka.php?wiki=DerniersChangementsRss/xml typeStr= interval=-1
Gkr-Message: secret service operation failed: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
DB     : updating node info sqbpxra
DB     : = node update took 0,005s
PERF   : = import_parse_outline took 25,031s
PERF   : function "import_parse_outline" is slow! Took 25031ms.
GUI    : adding node "Jean-Michel Cornu" as child of parent="Collaboration"
GUI    : folder empty check for node id "jemslnl"
CACHE  : import feed: title=Jean-Michel Cornu source=http://www.cornu.eu.org/index.xml typeStr= interval=-1
Gkr-Message: secret service operation failed: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
DB     : updating node info orfqvyx
DB     : = node update took 0,004s
PERF   : = import_parse_outline took 25,010s
PERF   : function "import_parse_outline" is slow! Took 25010ms.
GUI    : adding node "Pratiques collaboratives" as child of parent="Collaboration"
GUI    : folder empty check for node id "jemslnl"
UPDATE : Setting last favicon poll time for mhxhdkn to 1444313530
CACHE  : import feed: title=Pratiques collaboratives source=http://www.pratiques-collaboratives.net/spip.php?page=backend typeStr= interval=-1
Gkr-Message: secret service operation failed: Failed to activate service 'org.freedesktop.secrets': timed out
DB     : updating node info mhxhdkn
PERF   : = import_parse_outline took 19,917s
PERF   : function "import_parse_outline" is slow! Took 19917ms.
DB     : updating node info jemslnl
DB     : = node update took 0,004s
PERF   : = import_parse_outline took 19,922s
PERF   : function "import_parse_outline" is slow! Took 19922ms.
GUI    : adding node "Logiciel libre" as child of parent="root"
GUI    : folder empty check for node id "lifkeya"
GUI    : folder empty check for node id "ewmtajh"
GUI    : adding node "April" as child of parent="Logiciel libre"
GUI    : folder empty check for node id "ewmtajh"
UPDATE : Setting last favicon poll time for indksqy to 1445151413
CACHE  : import feed: title=April source=https://www.april.org/rss.xml typeStr= interval=-1
Gkr-Message: secret service operation failed: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
DB     : updating node info indksqy
DB     : = node update took 0,005s
PERF   : = import_parse_outline took 25,031s
PERF   : function "import_parse_outline" is slow! Took 25031ms.
GUI    : adding node "Framablog" as child of parent="Logiciel libre"
GUI    : folder empty check for node id "ewmtajh"
UPDATE : Setting last favicon poll time for vtnxmjn to 1444313629
CACHE  : import feed: title=Framablog source=http://framablog.org/feed typeStr= interval=-1
Gkr-Message: secret service operation failed: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
DB     : updating node info vtnxmjn
DB     : = node update took 0,004s
PERF   : = import_parse_outline took 25,031s
PERF   : function "import_parse_outline" is slow! Took 25031ms.
GUI    : adding node "VECAM" as child of parent="Logiciel libre"
GUI    : folder empty check for node id "ewmtajh"
UPDATE : Setting last favicon poll time for biuuanj to 1445183986
CACHE  : import feed: title=VECAM source=http://vecam.org/spip.php?page=backend typeStr= interval=-1
Gkr-Message: secret service operation failed: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
DB     : updating node info biuuanj
DB     : = node update took 0,004s
PERF   : = import_parse_outline took 25,030s
PERF   : function "import_parse_outline" is slow! Took 25030ms.
DB     : updating node info ewmtajh
PERF   : = import_parse_outline took 25,031s
PERF   : function "import_parse_outline" is slow! Took 25031ms.
GUI    : adding node "Standblog" as child of parent="root"
GUI    : folder empty check for node id "lifkeya"
UPDATE : Setting last favicon poll time for qrjjdol to 1444375284
CACHE  : import feed: title=Standblog source=http://standblog.org/dotclear/rss.php typeStr= interval=-1
Gkr-Message: secret service operation failed: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
DB     : updating node info qrjjdol
PERF   : = import_parse_outline took 25,026s
PERF   : function "import_parse_outline" is slow! Took 25026ms.
GUI    : adding node "NetPublic" as child of parent="root"
GUI    : folder empty check for node id "lifkeya"
UPDATE : Setting last favicon poll time for ukdiska to 1444313467
CACHE  : import feed: title=NetPublic source=http://www.netpublic.fr/feed typeStr= interval=-1
Gkr-Message: secret service operation failed: Failed to activate service 'org.freedesktop.secrets': timed out
DB     : updating node info ukdiska
DB     : = node update took 0,005s
PERF   : = import_parse_outline took 19,893s
PERF   : function "import_parse_outline" is slow! Took 19893ms.
GUI    : adding node "La Coop?rative d'Inactivit?" as child of parent="root"
GUI    : folder empty check for node id "lifkeya"
CACHE  : import feed: title=La Coop?rative d'Inactivit? source=http://www.cooperativedinactivite.org/feed typeStr= interval=-1
Gkr-Message: secret service operation failed: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
DB     : updating node info sgahsuq
DB     : = node update took 0,005s
PERF   : = import_parse_outline took 25,032s
PERF   : function "import_parse_outline" is slow! Took 25032ms.
GUI    : adding node "MFRB" as child of parent="root"
GUI    : folder empty check for node id "lifkeya"
UPDATE : Setting last favicon poll time for exjhwdd to 1444898797
CACHE  : import feed: title=MFRB source=http://revenudebase.info/feed typeStr= interval=-1
Gkr-Message: secret service operation failed: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
DB     : updating node info exjhwdd
DB     : = node update took 0,004s
PERF   : = import_parse_outline took 25,031s
PERF   : function "import_parse_outline" is slow! Took 25031ms.
GUI    : adding node "Reporterre" as child of parent="root"
GUI    : folder empty check for node id "lifkeya"
CACHE  : import feed: title=Reporterre source=http://reporterre.net/spip.php?page=backend typeStr= interval=-1
Gkr-Message: secret service operation failed: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
DB     : updating node info umljpat
DB     : = node update took 0,005s
PERF   : = import_parse_outline took 25,011s
PERF   : function "import_parse_outline" is slow! Took 25011ms.
GUI    : adding node "Radio Campus Rennes - 88.4FM - Tous les podcasts" as child of parent="root"
GUI    : folder empty check for node id "lifkeya"
UPDATE : Setting last favicon poll time for ngbokam to 1445803773
CACHE  : import feed: title=Radio Campus Rennes - 88.4FM - Tous les podcasts source=http://radiocampusrennes.fr/rss/RCR_podcasts.rss typeStr= interval=-1
Gkr-Message: secret service operation failed: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
DB     : updating node info ngbokam
PERF   : = import_parse_outline took 25,026s
PERF   : function "import_parse_outline" is slow! Took 25026ms.
GUI    : adding node "Klaire fait Grr" as child of parent="root"
GUI    : folder empty check for node id "lifkeya"
CACHE  : import feed: title=Klaire fait Grr source=http://www.klaire.fr/feed typeStr= interval=-1
Gkr-Message: secret service operation failed: Failed to activate service 'org.freedesktop.secrets': timed out
DB     : updating node info oekmerl
DB     : = node update took 0,004s
PERF   : = import_parse_outline took 19,924s
PERF   : function "import_parse_outline" is slow! Took 19924ms.
GUI    : adding node "Les Num?riques" as child of parent="root"
GUI    : folder empty check for node id "lifkeya"
UPDATE : Setting last favicon poll time for olnhebi to 1444313577
CACHE  : import feed: title=Les Num?riques source=http://feeds.feedburner.com/lesnumeriques/news typeStr= interval=-1
Gkr-Message: secret service operation failed: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
DB     : updating node info olnhebi
DB     : = node update took 0,005s
PERF   : = import_parse_outline took 25,015s
PERF   : function "import_parse_outline" is slow! Took 25015ms.
GUI    : adding node "La Ruche qui dit Oui !" as child of parent="root"
GUI    : folder empty check for node id "lifkeya"
UPDATE : Setting last favicon poll time for pkfeefm to 1444313677
CACHE  : import feed: title=La Ruche qui dit Oui ! source=http://blog.laruchequiditoui.fr/feed typeStr= interval=-1
Gkr-Message: secret service operation failed: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
DB     : updating node info pkfeefm
DB     : = node update took 0,004s
PERF   : = import_parse_outline took 25,032s
PERF   : function "import_parse_outline" is slow! Took 25032ms.
GUI    : adding node "OuiShare" as child of parent="root"
GUI    : folder empty check for node id "lifkeya"
UPDATE : Setting last favicon poll time for piujjmd to 1444313755
CACHE  : import feed: title=OuiShare source=http://magazine.ouishare.net/fr/feed typeStr= interval=-1
Gkr-Message: secret service operation failed: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
DB     : updating node info piujjmd
DB     : = node update took 0,005s
PERF   : = import_parse_outline took 25,031s
PERF   : function "import_parse_outline" is slow! Took 25031ms.
GUI    : adding node "Rue89" as child of parent="root"
GUI    : folder empty check for node id "lifkeya"
UPDATE : Setting last favicon poll time for wjtfedt to 1444313841
CACHE  : import feed: title=Rue89 source=http://rue89.feedsportal.com/c/33822/f/608948/index.rss typeStr= interval=-1
Gkr-Message: secret service operation failed: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
DB     : updating node info wjtfedt
DB     : = node update took 0,005s
PERF   : = import_parse_outline took 25,031s
PERF   : function "import_parse_outline" is slow! Took 25031ms.
GUI    : adding node "Mr Mondialisation" as child of parent="root"
GUI    : folder empty check for node id "lifkeya"
UPDATE : Setting last favicon poll time for qpopmmt to 1445712544
CACHE  : import feed: title=Mr Mondialisation source=https://mrmondialisation.org/feed/ typeStr= interval=-1
Gkr-Message: secret service operation failed: Failed to activate service 'org.freedesktop.secrets': timed out
DB     : updating node info qpopmmt
PERF   : = import_parse_outline took 19,896s
PERF   : function "import_parse_outline" is slow! Took 19896ms.
GUI    : adding node "Pixel Humain" as child of parent="root"
GUI    : folder empty check for node id "lifkeya"
UPDATE : Setting last favicon poll time for kwhbmrb to 1444735218
CACHE  : import feed: title=Pixel Humain source=http://blog.pixelhumain.com/feeds/posts/default?alt=rss typeStr= interval=-1
Gkr-Message: secret service operation failed: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
DB     : updating node info kwhbmrb
DB     : = node update took 0,005s
PERF   : = import_parse_outline took 25,014s
PERF   : function "import_parse_outline" is slow! Took 25014ms.
GUI    : adding node "Catsuka" as child of parent="root"
GUI    : folder empty check for node id "lifkeya"
UPDATE : Setting last favicon poll time for vfeqdqm to 1444314050
CACHE  : import feed: title=Catsuka source=http://feeds.feedburner.com/catsuka-news typeStr= interval=-1
Gkr-Message: secret service operation failed: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
DB     : updating node info vfeqdqm
DB     : = node update took 0,004s
PERF   : = import_parse_outline took 25,031s
PERF   : function "import_parse_outline" is slow! Took 25031ms.
GUI    : adding node "Basta !" as child of parent="root"
GUI    : folder empty check for node id "lifkeya"
UPDATE : Setting last favicon poll time for cgukjlk to 1444314437
CACHE  : import feed: title=Basta ! source=http://www.bastamag.net/spip.php?page=backend typeStr= interval=-1
Gkr-Message: secret service operation failed: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
DB     : updating node info cgukjlk
DB     : = node update took 0,004s
PERF   : = import_parse_outline took 25,031s
PERF   : function "import_parse_outline" is slow! Took 25031ms.
GUI    : adding node "RSLN" as child of parent="root"
GUI    : folder empty check for node id "lifkeya"
UPDATE : Setting last favicon poll time for ffosbtn to 1445714086
CACHE  : import feed: title=RSLN source=http://www.rslnmag.fr/syndication.axd?format=rss typeStr= interval=-1
Gkr-Message: secret service operation failed: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
DB     : updating node info ffosbtn
PERF   : = import_parse_outline took 25,026s
PERF   : function "import_parse_outline" is slow! Took 25026ms.
GUI    : adding node "L'aire d'u" as child of parent="root"
GUI    : folder empty check for node id "lifkeya"
UPDATE : Setting last favicon poll time for lerwatw to 1445715599
CACHE  : import feed: title=L'aire d'u source=http://www.lairedu.fr/feed typeStr= interval=-1
Gkr-Message: secret service operation failed: Failed to activate service 'org.freedesktop.secrets': timed out
DB     : updating node info lerwatw
DB     : = node update took 0,004s
PERF   : = import_parse_outline took 19,908s
PERF   : function "import_parse_outline" is slow! Took 19908ms.
GUI    : adding node "Attac France" as child of parent="root"
GUI    : folder empty check for node id "lifkeya"
UPDATE : Setting last favicon poll time for fwsdvxh to 1444314473
CACHE  : import feed: title=Attac France source=https://france.attac.org/spip.php?page=backend typeStr= interval=-1
Gkr-Message: secret service operation failed: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
DB     : updating node info fwsdvxh
DB     : = node update took 0,005s
PERF   : = import_parse_outline took 25,013s
PERF   : function "import_parse_outline" is slow! Took 25013ms.
GUI    : adding node "Univers Freebox" as child of parent="root"
GUI    : folder empty check for node id "lifkeya"
UPDATE : Setting last favicon poll time for pvqweqd to 1444314477
CACHE  : import feed: title=Univers Freebox source=http://www.universfreebox.com/backend.php typeStr= interval=-1
Gkr-Message: secret service operation failed: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
DB     : updating node info pvqweqd
DB     : = node update took 0,004s
PERF   : = import_parse_outline took 25,031s
PERF   : function "import_parse_outline" is slow! Took 25031ms.
GUI    : adding node "InternetActu.net" as child of parent="root"
GUI    : folder empty check for node id "lifkeya"
UPDATE : Setting last favicon poll time for gucwngw to 1445244028
CACHE  : import feed: title=InternetActu.net source=http://feeds.feedburner.com/internetactu/bcmJ typeStr= interval=-1
Gkr-Message: secret service operation failed: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
DB     : updating node info gucwngw
DB     : = node update took 0,022s
PERF   : = import_parse_outline took 25,048s
PERF   : function "import_parse_outline" is slow! Took 25048ms.
GUI    : adding node "Importants" as child of parent="root"
GUI    : folder empty check for node id "lifkeya"
CACHE  : import vfolder: title=Importants
CACHE  : loading rule "flagged" ""
DB     : updating node info gcblvul
PERF   : = default_source_source_import took 966,495s
PERF   : function "default_source_source_import" is slow! Took 966495ms.
PERF   : = node_source_setup_root took 966,495s
PERF   : function "node_source_setup_root" is slow! Took 966495ms.
CACHE  : Initializing node state
DB     : = counting items took 0,001s
UPDATE : Performing initial feed update
UPDATE : initial update: prevented because we are offline
DB     : Cleaning node ids...
NET    : Initializing libsoup with libproxy defaults
CONF   : Scheduling feedlist save
PERF   : = feedlist_init took 966,518s
PERF   : function "feedlist_init" is slow! Took 966518ms.
GUI    : feed list selection changed to "InternetActu.net"
GUI    : new selected node: InternetActu.net
DB     : loading item 0
DB     : Could not load item with id 0!
GUI    : loading item list with node "InternetActu.net"
GUI    : Creating HTML widget
GUI    : Setting item list layout mode: 0
DB     : loading itemset for node "gucwngw"
DB     : loading of itemset finished
GUI    : reloading item list with node "InternetActu.net"
DB     : loading item 1168
HTML   : HTML view: adding "De la responsabilit? algorithmique"
DB     : loading item 1169
DB     : = item load took 0,002s
HTML   : HTML view: adding "Bodyware : le corps au travail"
DB     : loading item 1170
HTML   : HTML view: adding "Nos muscles comme interfaces"
DB     : loading item 1171
HTML   : HTML view: adding "Apprendre ? apprendre (2/4) : l?importance du corps"
DB     : loading item 1172
HTML   : HTML view: adding "Le paradoxe du pouvoir de l?utilisateur"
DB     : loading item 1173
DB     : = item load took 0,002s
HTML   : HTML view: adding "Bodyware : pour une augmentation ordinaire"
DB     : loading item 1174
HTML   : HTML view: adding "Avons-nous besoin de gourous ?"
DB     : loading item 1175
HTML   : HTML view: adding "Apprendre ? apprendre (3/4) : peut-on lutter contre la procrastination ?"
DB     : loading item 1176
DB     : = item load took 0,001s
HTML   : HTML view: adding "Le design de l?imperceptible : comment concevoir ce qui ne se voit pas ?"
DB     : loading item 1177
DB     : = item load took 0,001s
HTML   : HTML view: adding "Bodyware : apparences hybrides"
DB     : loading item 1178
HTML   : HTML view: adding "Science et statistique : errare humanum est"
DB     : loading item 1179
HTML   : HTML view: adding "Qui nous prot?gera des logiciels tricheurs ?"
DB     : loading item 1180
DB     : = item load took 0,001s
HTML   : HTML view: adding "Bodyware : sant? disruptive"
DB     : loading item 1181
HTML   : HTML view: adding "Apprendre ? apprendre (4/4) : y?a-t-il des technologies pour apprendre ? apprendre ?"
DB     : loading item 1182
HTML   : HTML view: adding "Comment fabriquer de nouveaux mat?riaux ?"
DB     : loading item 1183
DB     : = item load took 0,001s
HTML   : HTML view: adding "Bodyware : Neuroself"
DB     : loading item 1184
HTML   : HTML view: adding "CRISPR, la technologie qui bouleverse la biotech"
DB     : loading item 1185
HTML   : HTML view: adding "Le nouvel ?litisme des r?seaux sociaux"
DB     : loading item 1186
HTML   : HTML view: adding "Vers l?effondrement : aurons-nous encore un futur ?"
DB     : loading item 1187
HTML   : HTML view: adding "Ngram, un bon outil pour les Sciences Humaines ?"
DB     : loading item 1296
HTML   : HTML view: adding "Faut-il une date de p?remption pour les donn?es ?"
DB     : loading item 1429
HTML   : HTML view: adding "Condamn?s par le code : l?immunit? logicielle en question"
DB     : loading item 1803
HTML   : HTML view: adding "Le web est-il encore une biblioth?que universelle ?"
DB     : loading item 1885
DB     : = item load took 0,001s
HTML   : HTML view: adding "Quel monde construisons-nous ?"
HTML   : XSLT localisation: setlocale(LC_MESSAGES, NULL) reports 'C'
HTML   : XSLT localisation: lang='C' shortlang='C'
HTML   : writing 2255 bytes to HTML view
GUI    : = itemlist merge took 0,162s
PERF   : = itemlist_merge_itemset took 0,162s
PERF   : = itemlist_load took 0,408s
PERF   : function "itemlist_load" is slow! Took 408ms.
PERF   : = feedlist_selection_changed took 0,408s
PERF   : function "feedlist_selection_changed" is slow! Took 408ms.
PERF   : = liferea_shell_create took 967,009s
PERF   : function "liferea_shell_create" is slow! Took 967009ms.
CONF   : Setting last-window-state to 3
NET    : network manager: connecting to StateChanged signal
NET    : network manager: connected to StateChanged signal: yes
CONF   : Setting last-window-state to 0
GUI    : Acquired the name org.gnome.feed.Reader on the session bus

openjdk version "1.8.0_65"
OpenJDK Runtime Environment (build 1.8.0_65-b17)
OpenJDK 64-Bit Server VM (build 25.65-b01, mixed mode)
CACHE  : adding vfolder: title=Non lus
CACHE  : adding feed: source=http://metropole.rennes.fr/index.php?id=1623&type=61418134 interval=-1 cacheLimit=
CACHE  : adding feed: source=http://metropole.rennes.fr/index.php?id=1629&type=61418134 interval=-1 cacheLimit=
CACHE  : adding feed: source=http://metropole.rennes.fr/index.php?id=1627&type=61418134 interval=-1 cacheLimit=
CACHE  : adding feed: source=http://metropole.rennes.fr/index.php?id=4142&type=61418134 interval=-1 cacheLimit=
CACHE  : adding feed: source=http://metropole.rennes.fr/index.php?id=1625&type=61418134 interval=-1 cacheLimit=
CACHE  : adding feed: source=http://www.antipode-mjc.com/feed interval=-1 cacheLimit=
CACHE  : adding feed: source=http://www.rennesdesbois.fr/feed interval=-1 cacheLimit=
CACHE  : adding feed: source=http://leptitrennais.fr/feed interval=-1 cacheLimit=
CACHE  : adding feed: source=http://www.armada-productions.com/spip.php?page=rss&id_rubrique=3 interval=-1 cacheLimit=
CACHE  : adding feed: source=http://www.bretagne-creative.net/spip.php?page=backend interval=-1 cacheLimit=
CACHE  : adding feed: source=http://www.tiriad.org/spip/spip.php?page=backend interval=-1 cacheLimit=
CACHE  : adding feed: source=http://imaginationforpeople.org/fr/blog/feeds interval=-1 cacheLimit=
CACHE  : adding feed: source=http://www.lilianricaud.com/travail-en-reseau/feed interval=-1 cacheLimit=
CACHE  : adding feed: source=http://www.collporterre.org/wakka.php?wiki=DerniersChangementsRss/xml interval=-1 cacheLimit=
CACHE  : adding feed: source=http://yeswiki.net/wakka.php?wiki=DerniersChangementsRss/xml interval=-1 cacheLimit=
CACHE  : adding feed: source=http://www.cornu.eu.org/index.xml interval=-1 cacheLimit=
CACHE  : adding feed: source=http://www.pratiques-collaboratives.net/spip.php?page=backend interval=-1 cacheLimit=
CACHE  : adding feed: source=https://www.april.org/rss.xml interval=-1 cacheLimit=
CACHE  : adding feed: source=http://framablog.org/feed interval=-1 cacheLimit=
CACHE  : adding feed: source=http://vecam.org/spip.php?page=backend interval=-1 cacheLimit=
CACHE  : adding feed: source=http://standblog.org/dotclear/rss.php interval=-1 cacheLimit=
CACHE  : adding feed: source=http://www.netpublic.fr/feed interval=-1 cacheLimit=
CACHE  : adding feed: source=http://www.cooperativedinactivite.org/feed interval=-1 cacheLimit=
CACHE  : adding feed: source=http://revenudebase.info/feed interval=-1 cacheLimit=
CACHE  : adding feed: source=http://reporterre.net/spip.php?page=backend interval=-1 cacheLimit=
CACHE  : adding feed: source=http://radiocampusrennes.fr/rss/RCR_podcasts.rss interval=-1 cacheLimit=
CACHE  : adding feed: source=http://www.klaire.fr/feed interval=-1 cacheLimit=
CACHE  : adding feed: source=http://feeds.feedburner.com/lesnumeriques/news interval=-1 cacheLimit=
CACHE  : adding feed: source=http://blog.laruchequiditoui.fr/feed interval=-1 cacheLimit=
CACHE  : adding feed: source=http://magazine.ouishare.net/fr/feed interval=-1 cacheLimit=
CACHE  : adding feed: source=http://rue89.feedsportal.com/c/33822/f/608948/index.rss interval=-1 cacheLimit=
CACHE  : adding feed: source=https://mrmondialisation.org/feed/ interval=-1 cacheLimit=
CACHE  : adding feed: source=http://blog.pixelhumain.com/feeds/posts/default?alt=rss interval=-1 cacheLimit=
CACHE  : adding feed: source=http://feeds.feedburner.com/catsuka-news interval=-1 cacheLimit=
CACHE  : adding feed: source=http://www.bastamag.net/spip.php?page=backend interval=-1 cacheLimit=
CACHE  : adding feed: source=http://www.rslnmag.fr/syndication.axd?format=rss interval=-1 cacheLimit=
CACHE  : adding feed: source=http://www.lairedu.fr/feed interval=-1 cacheLimit=
CACHE  : adding feed: source=https://france.attac.org/spip.php?page=backend interval=-1 cacheLimit=
CACHE  : adding feed: source=http://www.universfreebox.com/backend.php interval=-1 cacheLimit=
CACHE  : adding feed: source=http://feeds.feedburner.com/internetactu/bcmJ interval=-1 cacheLimit=
CACHE  : adding vfolder: title=Importants
PERF   : = export_OPML_feedlist took 0,001s
PERF   : = default_source_source_export took 0,001s
CONF   : Setting last-window-state to 2
CONF   : Setting last-window-state to 0
CONF   : Setting last-window-state to 0
CONF   : Setting last-vpane-pos to 437
CONF   : Setting last-hpane-pos to 365
CONF   : Setting last-wpane-pos to 100
CONF   : Setting last-window-state to 3
CONF   : Setting last-window-state to 3
DB     : loading item 0
DB     : Could not load item with id 0!
CONF   : Setting last-vpane-pos to 437
CONF   : Setting last-hpane-pos to 365
CONF   : Setting last-wpane-pos to 100
GUI    : Retrieved saved setting: size 0x0 position 0:0
CONF   : Forced feed list save
CACHE  : adding vfolder: title=Non lus
CACHE  : adding feed: source=http://metropole.rennes.fr/index.php?id=1623&type=61418134 interval=-1 cacheLimit=
CACHE  : adding feed: source=http://metropole.rennes.fr/index.php?id=1629&type=61418134 interval=-1 cacheLimit=
CACHE  : adding feed: source=http://metropole.rennes.fr/index.php?id=1627&type=61418134 interval=-1 cacheLimit=
CACHE  : adding feed: source=http://metropole.rennes.fr/index.php?id=4142&type=61418134 interval=-1 cacheLimit=
CACHE  : adding feed: source=http://metropole.rennes.fr/index.php?id=1625&type=61418134 interval=-1 cacheLimit=
CACHE  : adding feed: source=http://www.antipode-mjc.com/feed interval=-1 cacheLimit=
CACHE  : adding feed: source=http://www.rennesdesbois.fr/feed interval=-1 cacheLimit=
CACHE  : adding feed: source=http://leptitrennais.fr/feed interval=-1 cacheLimit=
CACHE  : adding feed: source=http://www.armada-productions.com/spip.php?page=rss&id_rubrique=3 interval=-1 cacheLimit=
CACHE  : adding feed: source=http://www.bretagne-creative.net/spip.php?page=backend interval=-1 cacheLimit=
CACHE  : adding feed: source=http://www.tiriad.org/spip/spip.php?page=backend interval=-1 cacheLimit=
CACHE  : adding feed: source=http://imaginationforpeople.org/fr/blog/feeds interval=-1 cacheLimit=
CACHE  : adding feed: source=http://www.lilianricaud.com/travail-en-reseau/feed interval=-1 cacheLimit=
CACHE  : adding feed: source=http://www.collporterre.org/wakka.php?wiki=DerniersChangementsRss/xml interval=-1 cacheLimit=
CACHE  : adding feed: source=http://yeswiki.net/wakka.php?wiki=DerniersChangementsRss/xml interval=-1 cacheLimit=
CACHE  : adding feed: source=http://www.cornu.eu.org/index.xml interval=-1 cacheLimit=
CACHE  : adding feed: source=http://www.pratiques-collaboratives.net/spip.php?page=backend interval=-1 cacheLimit=
CACHE  : adding feed: source=https://www.april.org/rss.xml interval=-1 cacheLimit=
CACHE  : adding feed: source=http://framablog.org/feed interval=-1 cacheLimit=
CACHE  : adding feed: source=http://vecam.org/spip.php?page=backend interval=-1 cacheLimit=
CACHE  : adding feed: source=http://standblog.org/dotclear/rss.php interval=-1 cacheLimit=
CACHE  : adding feed: source=http://www.netpublic.fr/feed interval=-1 cacheLimit=
CACHE  : adding feed: source=http://www.cooperativedinactivite.org/feed interval=-1 cacheLimit=
CACHE  : adding feed: source=http://revenudebase.info/feed interval=-1 cacheLimit=
CACHE  : adding feed: source=http://reporterre.net/spip.php?page=backend interval=-1 cacheLimit=
CACHE  : adding feed: source=http://radiocampusrennes.fr/rss/RCR_podcasts.rss interval=-1 cacheLimit=
CACHE  : adding feed: source=http://www.klaire.fr/feed interval=-1 cacheLimit=
CACHE  : adding feed: source=http://feeds.feedburner.com/lesnumeriques/news interval=-1 cacheLimit=
CACHE  : adding feed: source=http://blog.laruchequiditoui.fr/feed interval=-1 cacheLimit=
CACHE  : adding feed: source=http://magazine.ouishare.net/fr/feed interval=-1 cacheLimit=
CACHE  : adding feed: source=http://rue89.feedsportal.com/c/33822/f/608948/index.rss interval=-1 cacheLimit=
CACHE  : adding feed: source=https://mrmondialisation.org/feed/ interval=-1 cacheLimit=
CACHE  : adding feed: source=http://blog.pixelhumain.com/feeds/posts/default?alt=rss interval=-1 cacheLimit=
CACHE  : adding feed: source=http://feeds.feedburner.com/catsuka-news interval=-1 cacheLimit=
CACHE  : adding feed: source=http://www.bastamag.net/spip.php?page=backend interval=-1 cacheLimit=
CACHE  : adding feed: source=http://www.rslnmag.fr/syndication.axd?format=rss interval=-1 cacheLimit=
CACHE  : adding feed: source=http://www.lairedu.fr/feed interval=-1 cacheLimit=
CACHE  : adding feed: source=https://france.attac.org/spip.php?page=backend interval=-1 cacheLimit=
CACHE  : adding feed: source=http://www.universfreebox.com/backend.php interval=-1 cacheLimit=
CACHE  : adding feed: source=http://feeds.feedburner.com/internetactu/bcmJ interval=-1 cacheLimit=
CACHE  : adding vfolder: title=Importants
PERF   : = export_OPML_feedlist took 0,022s
PERF   : = default_source_source_export took 0,022s
CONF   : Setting last-zoomlevel to 100
PERF   : = db_deinit took 0,037s
PERF   : = liferea_shutdown took 0,072s
[tom@ordinatom ~]$ 
genodeftest commented 8 years ago

Looks like your issue is gone. The french error message Le délai d'attente est dépassé translates to The waiting period is exceeded so it looks like some timeout was reached.

marcolaux commented 8 years ago

I also have this from time to time. Just a restart / Log-Out helps.

$ liferea --debug-all
CONF   : proxy auto detect is configured
CONF   : Manual proxy settings are now NULL:0 NULL:NULL
NET    : proxy set to http://(null):(null)@(null):0
DB     : Opening DB file /home/USER/.local/share/liferea/liferea.db...
DB     : executing SQL: PRAGMA journal_mode=WAL
DB     :  -> result: 0 (success)
DB     : executing SQL: PRAGMA page_size=32768
DB     :  -> result: 0 (success)
DB     : executing SQL: PRAGMA synchronous=NORMAL
DB     :  -> result: 0 (success)
DB     : current DB schema version: 10
DB     : No VACUUM as freelist count/page count ratio 0,97 <= 10
DB     : executing SQL: CREATE TABLE items (   item_id      INTEGER,   parent_item_id     INTEGER,   node_id        TEXT,   parent_node_id     TEXT,   title        TEXT,   read        INTEGER,   updated      INTEGER,   popup        INTEGER,   marked       INTEGER,   source       TEXT,   source_id       TEXT,   valid_guid      INTEGER,   description  TEXT,   date        INTEGER,   comment_feed_id  TEXT,   comment            INTEGER,   PRIMARY KEY (item_id));
DB     :  -> result: 1 (table items already exists)
DB     : executing SQL: CREATE INDEX items_idx ON items (source_id);
DB     :  -> result: 1 (index items_idx already exists)
DB     : executing SQL: CREATE INDEX items_idx2 ON items (comment_feed_id);
DB     :  -> result: 1 (index items_idx2 already exists)
DB     : executing SQL: CREATE INDEX items_idx3 ON items (node_id);
DB     :  -> result: 1 (index items_idx3 already exists)
DB     : executing SQL: CREATE INDEX items_idx4 ON items (item_id);
DB     :  -> result: 1 (index items_idx4 already exists)
DB     : executing SQL: CREATE INDEX items_idx5 ON items (parent_item_id);
DB     :  -> result: 1 (index items_idx5 already exists)
DB     : executing SQL: CREATE INDEX items_idx6 ON items (parent_node_id);
DB     :  -> result: 1 (index items_idx6 already exists)
DB     : executing SQL: CREATE TABLE metadata (   item_id       INTEGER,   nr               INTEGER,   key              TEXT,   value               TEXT,   PRIMARY KEY (item_id, nr));
DB     :  -> result: 1 (table metadata already exists)
DB     : executing SQL: CREATE INDEX metadata_idx ON metadata (item_id);
DB     :  -> result: 1 (index metadata_idx already exists)
DB     : executing SQL: CREATE TABLE subscription (   node_id            STRING,   source             STRING,   orig_source        STRING,   filter_cmd         STRING,   update_interval   INTEGER,   default_interval   INTEGER,   discontinued       INTEGER,   available          INTEGER,   PRIMARY KEY (node_id));
DB     :  -> result: 1 (table subscription already exists)
DB     : executing SQL: CREATE TABLE subscription_metadata (   node_id            STRING,   nr                 INTEGER,   key                TEXT,   value              TEXT,   PRIMARY KEY (node_id, nr));
DB     :  -> result: 1 (table subscription_metadata already exists)
DB     : executing SQL: CREATE INDEX subscription_metadata_idx ON subscription_metadata (node_id);
DB     :  -> result: 1 (index subscription_metadata_idx already exists)
DB     : executing SQL: CREATE TABLE node (   node_id       STRING,   parent_id     STRING,   title     STRING,   type      INTEGER,   expanded           INTEGER,   view_mode      INTEGER,   sort_column  INTEGER,   sort_reversed    INTEGER,   PRIMARY KEY (node_id));
DB     :  -> result: 1 (table node already exists)
DB     : executing SQL: CREATE TABLE search_folder_items (   node_id            STRING,   parent_node_id     STRING,   item_id      INTEGER,   PRIMARY KEY (node_id, item_id));
DB     :  -> result: 1 (table search_folder_items already exists)
DB     : executing SQL: DROP TRIGGER item_insert;
DB     :  -> result: 1 (no such trigger: item_insert)
DB     : executing SQL: DROP TRIGGER item_update;
DB     :  -> result: 1 (no such trigger: item_update)
DB     : executing SQL: DROP TRIGGER item_removal;
DB     :  -> result: 0 (success)
DB     : executing SQL: DROP TRIGGER subscription_removal;
DB     :  -> result: 0 (success)
DB     : Checking for items without a feed list node...

DB     : executing SQL: DELETE FROM items WHERE comment = 0 AND node_id NOT IN (SELECT node_id FROM node);
DB     :  -> result: 0 (success)
DB     : Checking for comments without parent item...

DB     : executing SQL: BEGIN;    CREATE TEMP TABLE tmp_id ( id );   INSERT INTO tmp_id SELECT item_id FROM items WHERE comment = 1 AND parent_item_id NOT IN (SELECT item_id FROM items WHERE comment = 0);   DELETE FROM items WHERE item_id IN (SELECT id FROM tmp_id LIMIT 1000);   DROP TABLE tmp_id;END;
DB     :  -> result: 0 (success)
DB     : Checking for search folder items without a feed list node...

DB     : executing SQL: DELETE FROM search_folder_items WHERE parent_node_id NOT IN (SELECT node_id FROM node);
DB     :  -> result: 0 (success)
DB     : Checking for search folder items without a search folder...

DB     : executing SQL: DELETE FROM search_folder_items WHERE node_id NOT IN (SELECT node_id FROM node);
DB     :  -> result: 0 (success)
DB     : Checking for search folder with comments...

DB     : executing SQL: DELETE FROM search_folder_items WHERE comment = 1;
DB     :  -> result: 1 (no such column: comment)
DB     : Checking for subscription metadata without node...

DB     : executing SQL: DELETE FROM subscription_metadata WHERE node_id NOT IN (SELECT node_id FROM node);
DB     :  -> result: 0 (success)
DB     : DB cleanup finished. Continuing startup.
DB     : executing SQL: CREATE TRIGGER item_removal DELETE ON items BEGIN    DELETE FROM metadata WHERE item_id = old.item_id;    DELETE FROM search_folder_items WHERE item_id = old.item_id; END;
DB     :  -> result: 0 (success)
DB     : executing SQL: CREATE TRIGGER subscription_removal DELETE ON subscription BEGIN    DELETE FROM node WHERE node_id = old.node_id;    DELETE FROM subscription_metadata WHERE node_id = old.node_id;    DELETE FROM search_folder_items WHERE parent_node_id = old.node_id; END;
DB     :  -> result: 0 (success)
PERF   : = db_init took 0,015s
DB     : = startup took 0,019s
Failed to register: Zeitüberschreitung wurde erreicht

edit: formatting

lwindolf commented 8 years ago

I believe this is an effect of the GLib mechanism we use to register a unique application.

I saw this happen when an already running instance is frozen (e.g. after crash+gdb crash dump) and you try to start another instance.

When this happens can you check wether there is a Liferea process in the process list?

lwindolf commented 8 years ago

@Drakone Can you please retest the fix by @mozbugbox ?