ERROR —> The route for „podcast-rss-feed“ cannot be found.
Describe the bug
Hey, current Docker install is up and running. Now i found in the logs following error every minute:
ERROR - 2023-10-01 18:52:00 --> The route for "podcast-rss-feed" cannot be found
As it is exactly every minute: i looked into the cron-jobs and if i run the command manually php spark tasks:run i get:
CodeIgniter v4.4.1 Command Line Tool - Server Time: 2023-10-01 18:57:36 UTC+00:00
Running Tasks...
[2023-10-01 18:57:36] Processing: fediverse-broadcast
[2023-10-01 18:57:36] Executed: fediverse-broadcast
[2023-10-01 18:57:36] Processing: websub-publish
[2023-10-01 18:57:36] Failed: websub-publish
[2023-10-01 18:57:36] Processing: video-clips-generate
[2023-10-01 18:57:36] Executed: video-clips-generate
[2023-10-01 18:57:36] Processing: podcast-import
and in the logs
CRITICAL - 2023-10-01 18:57:13 --> The route for "podcast-rss-feed" cannot be found.
in SYSTEMPATH/Helpers/url_helper.php on line 487.
1 SYSTEMPATH/Helpers/url_helper.php(487): CodeIgniter\Router\Exceptions\RouterException::forInvalidRoute('podcast-rss-feed')
2 APPPATH/Entities/Podcast.php(327): url_to('podcast-rss-feed', 'NarutoBrothers')
3 SYSTEMPATH/Entity/Entity.php(525): App\Entities\Podcast->getFeedUrl()
4 ROOTPATH/modules/WebSub/Commands/Publish.php(65): CodeIgniter\Entity\Entity->__get('feed_url')
5 SYSTEMPATH/CLI/Commands.php(65): Modules\WebSub\Commands\Publish->run([])
6 SYSTEMPATH/CLI/Console.php(37): CodeIgniter\CLI\Commands->run('websub:publish', [])
7 ROOTPATH/spark(102): CodeIgniter\CLI\Console->run()
Context
- Castopod: 1.6.5
- OS: Docker on Debian
- Browser: Safari
- Web server: Nginx as Proxy
- Link to the Discord discussion: discord