Log message: run: CRON syntax error for taskId 2, e: 6 is not a valid position

To be completed by the original poster:

CMS Version

Version 4.3.0

Player Type

Android

Player Version

4

Issue

In Xibo log there are some tasks who show this errors:

Asking to chat GPT:

  • taskId N:

    • this is the ID of a scheduled Task in Xibo CMS (not a job in Debian’s cron daemon).

    CRON syntax error … 6 is not a valid position: the scheduling string (“cron expression”) stored in the Xibo database is incorrect.

    • For example, an entry like * * * * * * contains 6 fields, but Xibo only accepts 5 (minute, hour, day-of-month, month, day-of-week).

Having a look into the db it is right: the tasks who gave the issue are the one with 6 parameters instead of 5. Because I’ve also installed 4.2.3 Xibo version, I did a look to log (empty) and task table: it is the same, mixed lines with 5 or 6 parameters.

So, I guess the issue is somewhere else.
Thank you, bye.