-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Call to a member function getTimestamp() on string in /var/www/html/custom_apps/facerecognition/lib/BackgroundJob/Tasks/CreateClustersTask.php:232 #781
Comments
After issue with butwhen I started it the second time i got error with Timestamp too :)
|
I solved this by changing
|
now its working again...thnx |
This should fix this Issue too... |
Hi everyone, As I said, I couldn't reproduce this problem in my installations or in testing. However, I am trying the fix suggested by Oski19831, and in my case it does not cause any problems. Here I leave you a tarball with all the changes introduced for nexctloud 30 and still compatible with nc29 plus this patch. If you test it and confirm that it works, I will add it and release the update this week.. 😉 |
I will test it as soon as possible... give me few days for this.. |
I cannot reproduce this issue. But i think it schould have been fixed too because it is the same conversation-Issue in NC like this #780 (comment) |
Hi
From yesterday clustering stop working. Probably it stop working after upgrade Nextcloud AIO to 9.7.0 (nextcloud 29.0.8.1).
Expected behaviour
After executing
occ face:background_job --defer-clustering -vvv
new face should be associated with persons but it finish with error.
Actual behaviour
Found 14 faces without associated persons for user mipo and model 5 An unhandled exception has been thrown: Error: Call to a member function getTimestamp() on string in /var/www/html/custom_apps/facerecognition/lib/BackgroundJob/Tasks/CreateClustersTask.php:232
Steps to reproduce
Server configuration
Operating system: Fedora 40 as a host for nextcloud aio 9.7.0
PHP version: 8.2.24
Web server: Apache 2.4.62
Database: PostgreSQL 16.4
Nextcloud version: 29.0.8.1
Logs
Background task log with debug.
sudo -u apache php occ -vvv face:background_job
Nextcloud log (data/nextcloud.log)
Nextcloud log
The text was updated successfully, but these errors were encountered: