feediron / ttrss_plugin-feediron

Evolution of ttrss_plugin-af_feedmod
https://discourse.tt-rss.org/t/plugin-update-feediron-v1-2-0/2018
MIT License
206 stars 34 forks source link

FeedIron 1.30 not working anymore with recent tt-rss #150

Closed abelbabel closed 4 years ago

abelbabel commented 4 years ago

Hi,

I'm using FeedIron 1.30 with tt-rss da926067a and post-processing feeds with FeedIron seekms not to be possible anymore. When I'm in testing mode the original source of fetched pages is empty.

Please tell me if there are any further debugging and/or logging facilities I can use to provide further information.

Kind regards, abelbabel

abelbabel commented 4 years ago

In tt-rss' System Event Log, I have:

Use of undefined constant VERSION - assumed 'VERSION' (this will throw an Error in a future version of PHP)

1. plugins.local/feediron/init.php(87): ttrss_error_handler(2, Use of undefined constant VERSION - assumed 'VERSION' (this will throw an Error in a future version of PHP), plugins.local/feediron/init.php, 87, Array)
2. classes/rssutils.php(698): hook_article_filter(Array)
3. classes/rssutils.php(148): update_rss_feed(298, 1, )
4. update.php(250): update_daemon_common(50)

and

DOMDocument::loadHTML(): Empty string supplied as input1. plugins.local/feediron/bin/fi_helper.php(72): loadHTML()
2. plugins.local/feediron/filters/fi_mod_xpath/init.php(8): getDOM(, , )
3. plugins.local/feediron/init.php(541): perform_filter(, Array, Array)
4. plugins.local/feediron/init.php(203): processArticle(, Array, https://www.zdf.de/nachrichten/wirtschaft/vw-diesel-vergleich-prozess-100.html)
5. plugins.local/feediron/init.php(98): getNewContent(https://www.zdf.de/nachrichten/wirtschaft/vw-diesel-vergleich-prozess-100.html, Array)
6. classes/rssutils.php(698): hook_article_filter(Array)
7. classes/rssutils.php(148): update_rss_feed(298, 1, )
8. update.php(250): update_daemon_common(50)
abelbabel commented 4 years ago

Turned out that I hadn't php-ssl module installed, resulting in https-files could not be fetched ... Sorry for the noise.