Package: tt-rss Version: 1.5.11+dfsg2-1 Severity: important Symptom:
I was wondering why articles where missing and some feeds failed to update completely. Articles seemed to update way slower than to be expected from refresh and frequently wouldn't show the most recent article. Debugging: I ran a forced update manually to discover errors like this: PHP Warning: pg_query(): Query failed: ERROR: character 0xe28094 of encoding "UTF8" has no equivalent in "LATIN1" in /usr/share/tt-rss/www/include/db.php on line 60 The cause of this seems to be that the database is set up to use LATIN1 encoding whereas tt-rss expects UTF8 (and sets the connection to use UTF8). Once I changed the database encoding to UTF8 all the symptoms above seem to be gone. This affects 1.6.2+dfsg-2 as well. Future tt-rss versions should ensure that the database is created with a UTF8 encoding. Helmut -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

