Timetable not working

Hi, Timetable not working with my MagicMirror while traffic is working.

Here is a log for MMM-RATP

0|mm  | [24.10.2023 10:37.59.044] [DEBUG] [MMM-RATP][DEBUG][module_1_MMM-RATP] Initializing helper
0|mm  | [24.10.2023 10:37.59.155] [DEBUG] [MMM-RATP][DEBUG][module_1_MMM-RATP] Fetching everything
0|mm  | [24.10.2023 10:37.59.159] [DEBUG] [MMM-RATP][DEBUG][module_1_MMM-RATP] Fetching timetables with options { notifyOnStart: true, notifyOnFinish: true }
0|mm  | [24.10.2023 10:37.59.179] [DEBUG] [MMM-RATP][DEBUG][module_1_MMM-RATP] Fetching traffic information with options { notifyOnStart: true, notifyOnFinish: true }
0|mm  | [24.10.2023 10:38.01.313] [ERROR] (node:5854) UnhandledPromiseRejectionWarning: TypeError: Cannot read properties of undefined (reading 'find')
0|mm  |     at /home/pihome/git/MagicMirror/modules/MMM-RATP/node_helper.js:98:38
0|mm  |     at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
0|mm  |     at async Promise.all (index 0)
0|mm  |     at async Promise.all (index 0)
0|mm  |     at async Promise.all (index 0)
0|mm  | (Use `electron --trace-warnings ...` to show where the warning was created)
0|mm  | [24.10.2023 10:38.01.315] [ERROR] (node:5854) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)

Any idea to fix it ? thanks