Bug - Jobs not running after update

Just doing a bit of testing on my test server running v3.28.0 and the Daily, Hourly and Worker jobs don’t appear to be running. When I run the following:

cd /var/www/html/eramba/app/upgrade && bin/cake cron job daily --skip-validation

cd /var/www/html/eramba/app/upgrade && bin/cake cron job hourly --skip-validation

I get the error for both below… any ideas as it’s always worked before to clear them?

warning: 512 :: [InvalidArgumentException] No detector set for type api. (/var/www/html/eramba/app/upgrade/vendor/cakephp/cakephp/src/Http/ServerRequest.php:511) on line 378 of /var/www/html/eramba/app/upgrade/vendor/cakephp/cakephp/src/Error/ExceptionTrap.php
Stack Trace:

Cake\Error\ErrorTrap->handleError() [internal], line ??
/var/www/html/eramba/app/upgrade/vendor/cakephp/cakephp/src/Error/ExceptionTrap.php /var/www/html/eramba/app/upgrade/vendor/cakephp/cakephp/src/Error/ExceptionTrap.php, line 378
Cake\Error\ExceptionTrap->logInternalError() /var/www/html/eramba/app/upgrade/vendor/cakephp/cakephp/src/Error/ExceptionTrap.php, line 242
Cake\Error\ExceptionTrap->handleException() [internal], line ??
[main]

Hello Dale,

If you have access to the Eramba server, could you please try to directly remove the following file:
app/upgrade/src/Command/GithubErrorFormatter.php
and then see if crons start running?

Hi Sam, I can confirm that has worked thank you.

Thanks for the confirmation.