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
Doctrine\DBAL\Exception\DriverException: An exception occurred while executing 'INSERT INTO "oc_audioplayer_artists" ("user_id","name") SELECT ?,? FROM "oc_audioplayer_artists" WHERE "user_id" = ? AND "name" = ? HAVING COUNT(*) = 0' with params ["ori", "<Really long artist name here>"]: SQLSTATE[22001]: String data, right truncated: 7 ERROR: value too long for type character varying(256)
The text was updated successfully, but these errors were encountered:
I am trying to scan my files. One of these files is an MP3 with an artist field that's around 300 characters.
Expected behavior
The file is scanned without any issues.
Actual behavior
The scan simply hangs indefinitely. Checking the nextcloud logs revealed that the column's length is limited to 256 in the database.
Steps to reproduce the behavior
Possible solution (optional)
Basic ideas:
Server configuration
Operating system:
Linux
Web server:
Nginx
Database:
PostgreSQL 9.6.1
PHP version:
7.1.2
ownCloud/Nextcloud version: (see
/status.php
)11.0.1.2
Updated from an older ownCloud/Nextcloud or fresh install:
Fresh install
Audio Player version: (see
/settings/apps
)1.4.1
Where did you install Audio Player from:
The NextCloud apps page
Are you using external storage, if yes which one:
local
Are you using encryption: no
Client configuration
Operating system:
Linux
Browser:
Firefox 51
Logs
ownCloud/Nextcloud log
ownCloud/Nextcloud log (`/data/[owncloud|nextcloud].log`)
The text was updated successfully, but these errors were encountered: