Jump to content

Exception of type 'SQLitePCL.pretty.SQLiteException beim Versuch "Copy Data from User to User"


Recommended Posts

Brudertac
Posted

Hallo zusammen,

ich habe eben versucht auf dem Emby Server die Userdaten zu einem anderen User zu kopieren.

Dabei kommt folgender Fehler: "Exception of type 'SQLitePCL.pretty.SQLiteException".

Emby Server Version 4.10.0.40

 

026-09-24 19:50:59.595 Error UserService-0HNONF9D3FC11:00000001: Error processing request
*** Error Report ***
Version: 4.10.0.40
Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
Operating system: Linux version 6.18.38-Unraid (root@Develop) (gcc (GCC) 15.3.0, GNU ld version 2.46.1-slack151) #1 SMP PREEMPT_DYNAMIC Mon Jul 6 15:22:03 PDT 2026
OS/Process: x64/x64
Framework: .NET 8.0.28
Runtime: system/System.Private.CoreLib.dll
Processor count: 12
Data path: /config
Application path: /system
SQLitePCL.pretty.SQLiteException: Constraint: FOREIGN KEY constraint failed
SQLitePCL.pretty.SQLiteException: Exception of type 'SQLitePCL.pretty.SQLiteException' was thrown.
at SQLitePCL.pretty.SQLiteException.CheckOk(sqlite3 db, Int32 rc)
at SQLitePCL.pretty.StatementImpl.MoveNext()
at Emby.Server.Implementations.Data.SqliteUserDataRepository.CopyUserData(Int64 fromUserId, Int64 toUserId)
at Emby.Server.Implementations.Library.UserDataManager.CopyUserData(Int64 fromUserId, Int64 toUserId)
at Emby.Server.Implementations.Library.UserManager.CopyData(User fromUser, User toUser, UserCopyDataOptions userCopyDataOptions)
at Emby.Api.UserService.Post(CopyData request)
at Emby.Server.Implementations.Services.ServiceController.<>c__DisplayClass8_0.<VoidActionDelegate>b__0(Object service, Object request)
at Emby.Server.Implementations.Services.ServiceHandler.ProcessRequestAsync(HttpListenerHost httpHost, IServerApplicationHost appHost, IRequest httpReq, IResponse httpRes, IStreamHelper streamHelper, RestPath restPath, String responseContentType, CancellationToken cancellationToken)
at Emby.Server.Implementations.HttpServer.HttpListenerHost.RequestHandler(IRequest httpReq, RestPath restPath, String urlString, String localPath, String contentTypeInPath, CancellationToken cancellationToken)
Source: SQLitePCL.pretty
TargetSite: Void CheckOk(SQLitePCLEx.sqlite3, Int32)

 

Ist das bekannt?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...