You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just to add more detail, I enable mariadb query logging, threw the query into phpmyadmin and see that this version has an issue with the type "DOUBLE PRECISION".
The query matched from the partial error is: CREATE TABLE oc_recognize_face_detections (id BIGINT AUTO_INCREMENT NOT NULL, user_id VARCHAR(64) DEFAULT NULL, file_id BIGINT DEFAULT NULL, x DOUBLE PRECISION DEFAULT NULL, y DOUBLE PRECISION DEFAULT NULL, height DOUBLE PRECISION DEFAULT NULL, width DOUBLE PRECISION DEFAULT NULL, vector LONGTEXT NOT NULL, cluster_id BIGINT DEFAULT NULL, threshold DOUBLE PRECISION DEFAULT '0' NOT NULL, INDEX recognize_facedet_cluster (cluster_id), INDEX recognize_facedet_user (user_id), INDEX recognize_facedet_file (file_id), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_bin ENGINE = InnoDB
An exception occurred while executing a query: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'LONGTEXT NOT NULL, cluster_id BIGINT DEFAULT NULL, threshold DOUBLE PRECISION...' at line 1
Which version of recognize are you using?
9.0.0
Enabled Modes
Object recognition
TensorFlow mode
Normal mode
Downstream App
Files App
Which Nextcloud version do you have installed?
31.0.0
Which Operating system do you have installed?
Debian 11.11
Which database are you running Nextcloud on?
1:11.7.2+maria~ubu2404
Which Docker container are you using to run Nextcloud? (if applicable)
N/A
How much RAM does your server have?
8Gib
What processor Architecture does your CPU have?
x86_64
Describe the Bug
I had the application installed until recently but I have been upgrading some things and wanted to re-enable it but it would appear I am unable to.
The upgrades I completed were to:
Expected Behavior
Application installs and is ready to be configured
To Reproduce
Login as administrator, open "Apps", Find "recognize", click "download and enable"
Debug log
The text was updated successfully, but these errors were encountered: