[Issue]: 10.8.3 Shema warnings #3445

Closed
opened 2026-02-06 23:22:21 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @MRDJellyfin on GitHub (Dec 13, 2021).

Please describe your bug

When running the server in Windows 10 64, a series of warnings related to "Shemma" of Jellyfin appear (they do not appear in the stable version), I have not noticed an effect in the application of those warnings (since I do not know anything about SQLite or programming), these being the warnings: '"AccessSchedule"', '"ActivityLog"', '"CustomItemDisplayPreferences"', '"DisplayPreferences"', '"HomeSection"', '"ImageInfo"', '"ItemDisplayPreferences"' , '"Permission"', '"Preference"', '"ApiKey"', '"Device"', '"DeviceOptions"' and '"User"'.
Alpha:
log_20211213.log
Stable:
log_20211213.log

Jellyfin Version

Other

if other:

No response

Environment

- OS:Windows 10 64
- Virtualization:
- Clients:
- Browser: Google Chrome
- FFmpeg Version:
- Playback Method:
- Hardware Acceleration:
- Plugins:
- Reverse Proxy:
- Base URL:
- Networking:
- Storage:

Jellyfin logs

Extracted logs:

[2021-12-13 11:44:41.248 -06:00] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: 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.
[2021-12-13 11:44:41.249 -06:00] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: 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.
[2021-12-13 11:44:41.251 -06:00] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: 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.
[2021-12-13 11:44:41.253 -06:00] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: 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.
[2021-12-13 11:44:41.255 -06:00] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: 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.
[2021-12-13 11:44:41.256 -06:00] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: 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.
[2021-12-13 11:44:41.258 -06:00] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: 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.
[2021-12-13 11:44:41.260 -06:00] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: 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.
[2021-12-13 11:44:41.264 -06:00] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: 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.
[2021-12-13 11:44:41.265 -06:00] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: 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.
[2021-12-13 11:44:41.267 -06:00] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: 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.
[2021-12-13 11:44:41.268 -06:00] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: 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.
[2021-12-13 11:44:41.270 -06:00] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: 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.

FFmpeg logs

No response

Please attach any browser or client logs here

No response

Please attach any screenshots here

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
Originally created by @MRDJellyfin on GitHub (Dec 13, 2021). ### Please describe your bug When running the server in Windows 10 64, a series of warnings related to "Shemma" of Jellyfin appear (they do not appear in the stable version), I have not noticed an effect in the application of those warnings (since I do not know anything about SQLite or programming), these being the warnings: '"AccessSchedule"', '"ActivityLog"', '"CustomItemDisplayPreferences"', '"DisplayPreferences"', '"HomeSection"', '"ImageInfo"', '"ItemDisplayPreferences"' , '"Permission"', '"Preference"', '"ApiKey"', '"Device"', '"DeviceOptions"' and '"User"'. Alpha: [log_20211213.log](https://github.com/jellyfin/jellyfin/files/7705950/log_20211213.log) Stable: [log_20211213.log](https://github.com/jellyfin/jellyfin/files/7706023/log_20211213.log) ### Jellyfin Version Other ### if other: _No response_ ### Environment ```markdown - OS:Windows 10 64 - Virtualization: - Clients: - Browser: Google Chrome - FFmpeg Version: - Playback Method: - Hardware Acceleration: - Plugins: - Reverse Proxy: - Base URL: - Networking: - Storage: ``` ### Jellyfin logs Extracted logs: ``` [2021-12-13 11:44:41.248 -06:00] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: 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. [2021-12-13 11:44:41.249 -06:00] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: 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. [2021-12-13 11:44:41.251 -06:00] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: 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. [2021-12-13 11:44:41.253 -06:00] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: 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. [2021-12-13 11:44:41.255 -06:00] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: 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. [2021-12-13 11:44:41.256 -06:00] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: 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. [2021-12-13 11:44:41.258 -06:00] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: 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. [2021-12-13 11:44:41.260 -06:00] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: 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. [2021-12-13 11:44:41.264 -06:00] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: 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. [2021-12-13 11:44:41.265 -06:00] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: 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. [2021-12-13 11:44:41.267 -06:00] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: 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. [2021-12-13 11:44:41.268 -06:00] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: 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. [2021-12-13 11:44:41.270 -06:00] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: 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. ``` ### FFmpeg logs _No response_ ### Please attach any browser or client logs here _No response_ ### Please attach any screenshots here _No response_ ### Code of Conduct - [X] I agree to follow this project's Code of Conduct
OVERLORD added the bug label 2026-02-06 23:22:21 +03:00
Author
Owner

@cvium commented on GitHub (Dec 21, 2021):

It's safe to ignore.

@cvium commented on GitHub (Dec 21, 2021): It's safe to ignore.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#3445