Trouble adding feed #2696
-
First of all, thanks to the community and maintainers that make this app go. I use it all the time :) When I run In FeedIoClient.php line 68:
[FeedIo\Adapter\ServerErrorException]
internal server error
Exception trace:
at /var/www/html/custom_apps/news/lib/Fetcher/Client/FeedIoClient.php:68
OCA\News\Fetcher\Client\FeedIoClient->getResponse() at /var/www/html/custom_apps/news/vendor/debril/feed-io/src/FeedIo/Explorer.php:29
FeedIo\Explorer->discover() at /var/www/html/custom_apps/news/lib/Service/FeedServiceV2.php:214
OCA\News\Service\FeedServiceV2->create() at /var/www/html/custom_apps/news/lib/Command/Config/FeedAdd.php:76
OCA\News\Command\Config\FeedAdd->execute() at /var/www/html/3rdparty/symfony/console/Command/Command.php:298
Symfony\Component\Console\Command\Command->run() at /var/www/html/3rdparty/symfony/console/Application.php:1040
Symfony\Component\Console\Application->doRunCommand() at /var/www/html/3rdparty/symfony/console/Application.php:301
Symfony\Component\Console\Application->doRun() at /var/www/html/3rdparty/symfony/console/Application.php:171
Symfony\Component\Console\Application->run() at /var/www/html/lib/private/Console/Application.php:213
OC\Console\Application->run() at /var/www/html/console.php:102
require_once() at /var/www/html/occ:11
news:feed:add [--folder [FOLDER]] [--title [TITLE]] [--full-text [FULL-TEXT]] [--username [USERNAME]] [--password [PASSWORD]] [--] <user-id> <feed> In the nextcloud logs I see: [news] Warning: No valid feed found at URL, attempting auto discovery
[news] Warning: https://peoplesdispatch.org/feed/ read error : internal server error
[news] Info: hitting https://peoplesdispatch.org/feed/ The feed does show as valid when I check here: I'm also able to import the same feed into FluentReader, the native desktop RSS reader I use sometimes. Any idea what could be the problem? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Tried that I can't reproduce that error. Maybe it was temporary? The log entry means that the feed server was responding with an error. |
Beta Was this translation helpful? Give feedback.
Tried that I can't reproduce that error.
Maybe it was temporary? The log entry means that the feed server was responding with an error.