mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[WRN] Unable to find linked item at path E:\mp4 #4331
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @siyiye on GitHub (Nov 4, 2022).
Please describe your bug
10.8.4-->10.8.7
Use the chrome browser or use the APP.
Click into any library, and go in circles. The server log goes crazy showing no video file found:
“[WRN] Unable to find linked item at path xxx.mkv”
Jellyfin Version
10.8.0
if other:
10.8.7
Environment
Jellyfin logs
FFmpeg logs
No response
Please attach any browser or client logs here
No response
Please attach any screenshots here
No response
Code of Conduct
@siyiye commented on GitHub (Nov 4, 2022):
[14:01:21] [WRN] The entity type 'AccessSchedule' is configured to use schema 'jellyfin', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[14:01:21] [WRN] The entity type 'ActivityLog' is configured to use schema 'jellyfin', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[14:01:21] [WRN] The entity type 'CustomItemDisplayPreferences' is configured to use schema 'jellyfin', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[14:01:21] [WRN] The entity type 'DisplayPreferences' is configured to use schema 'jellyfin', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[14:01:21] [WRN] The entity type 'HomeSection' is configured to use schema 'jellyfin', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[14:01:21] [WRN] The entity type 'ImageInfo' is configured to use schema 'jellyfin', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[14:01:21] [WRN] The entity type 'ItemDisplayPreferences' is configured to use schema 'jellyfin', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[14:01:21] [WRN] The entity type 'Permission' is configured to use schema 'jellyfin', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[14:01:21] [WRN] The entity type 'Preference' is configured to use schema 'jellyfin', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[14:01:21] [WRN] The entity type 'ApiKey' is configured to use schema 'jellyfin', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[14:01:21] [WRN] The entity type 'Device' is configured to use schema 'jellyfin', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[14:01:21] [WRN] The entity type 'DeviceOptions' is configured to use schema 'jellyfin', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[14:01:21] [WRN] The entity type 'User' is configured to use schema 'jellyfin', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
@siyiye commented on GitHub (Dec 2, 2022):
top for look
10.8.8 same error...
@Bond-009 commented on GitHub (Jan 9, 2023):
Do you have the TMDb Box Sets Plugin installed?
@ServeurpersoCom commented on GitHub (Mar 8, 2023):
I solved this by removing all Box Sets plugin data inside "/var/lib/jellyfin/data/collections/*" (just delete all file and do a plugin collection rescan)
@Bond-009 commented on GitHub (Mar 8, 2023):
Closing as duplicate of #1907