mail icon indicating copy to clipboard operation
mail copied to clipboard

ServiceException Sync failed for 9:INBOX: Call to undefined method Rubix\ML\Datasets\Unlabeled::numFeatures()

Open Githopp192 opened this issue 8 months ago • 6 comments

Steps to reproduce

  1. a lot of those errors seen into the nextcloud.log

Expected behavior

no such errors

Actual behavior

mail app seems to work, but there are a lot of sync errors

Nextcloud version:30.0.9.2 Red Hat Enterprise Linux release 8.10 (Ootpa) 10.11.11-MariaDB, Apache/2.4.37 PHP 8.3.20

Mail app version

5.0.0

Nextcloud version

30.0.9.2

Mailserver or service

sasag

Operating system

Windows 11 Pro (MS Office 2021)

PHP engine version

PHP 8.3

Nextcloud memory caching

'memcache.distributed' => '\OC\Memcache\Redis', 'memcache.locking' => '\OC\Memcache\Redis', 'memcache.local' => '\OC\Memcache\APCu',

Web server

Apache (supported)

Database

MariaDB

Additional info

ServiceExceptionSync failed for 9:INBOX: Call to undefined method Rubix\ML\Datasets\Unlabeled::numFeatures()

  1. /var/www/html/nextcloud/apps/mail/lib/Service/Sync/ImapToDbSynchronizer.phpLine 133

    `OCA\Mail\Service\Sync\ImapToDbSynchronizer->sync`(
      "*** sensitive parameters replaced ***"
    )
    
  2. /var/www/html/nextcloud/apps/mail/lib/BackgroundJob/SyncJob.phpLine 93

    `OCA\Mail\Service\Sync\ImapToDbSynchronizer->syncAccount`(
      "*** sensitive parameters replaced ***"
    )
    
  3. /var/www/html/nextcloud/lib/public/BackgroundJob/Job.phpLine 61

    `OCA\Mail\BackgroundJob\SyncJob->run``()`
    
  4. /var/www/html/nextcloud/lib/public/BackgroundJob/TimedJob.phpLine 88

    `OCP\BackgroundJob\Job->start``()`
    
  5. /var/www/html/nextcloud/lib/public/BackgroundJob/TimedJob.phpLine 75

    `OCP\BackgroundJob\TimedJob->start``()`
    
  6. /var/www/html/nextcloud/cron.phpLine 162

    `OCP\BackgroundJob\TimedJob->execute``()`
    

Caused by ErrorCall to undefined method Rubix\ML\Datasets\Unlabeled::numFeatures()

Githopp192 avatar Apr 25 '25 17:04 Githopp192

Thank you for the report!

ChristophWurst avatar May 09 '25 12:05 ChristophWurst

Thank you for the report!

Very welcome

Githopp192 avatar May 09 '25 20:05 Githopp192

I get similar warnings in the logs:

QueryNotFoundException Could not resolve OCA\Mail\BackgroundJob\SyncJob! Class "OCA\Mail\BackgroundJob\SyncJob" does not exist.
[cron] Warning: failed to create instance of background job: OCA\Mail\BackgroundJob\SyncJob

handkerchief333 avatar May 20 '25 14:05 handkerchief333

Hi @handkerchief333

Your error seems unrelated to the original error in this thread "Call to undefined method Rubix\ML\Datasets\Unlabeled::numFeatures()". could you please open a new ticket for your error.

SebastianKrupinski avatar May 20 '25 17:05 SebastianKrupinski

Do you also run suspicious_login or (an old version of) recognize?

ChristophWurst avatar Jun 06 '25 12:06 ChristophWurst

yes, - suspicious_login: 8.0.0 yes, - recognize: 8.2.0

Githopp192 avatar Jun 08 '25 10:06 Githopp192

now on

  • nc: 30.0.15
  • mail: 5.4.0
Image

Githopp192 avatar Sep 24 '25 12:09 Githopp192