Table custom_fields has no column named choices

Feedback & Bug Reports / Feedback & Fehlerberichte

Table custom_fields has no column named choices
arminus
05.09.2026 13:37 #1

App Version: 0.6.2

Paperless-NGX: 3.1.3

Bekomme seit Neustem die folgedne Fehlermeldung beim Sync:

    {
      "timestamp": "2026-09-05T13:32:16.006324",
      "level": "ERROR",
      "message": "Quick sync failed",
      "context": "quickSync",
      "error": "SqliteException(1): while preparing statement, table custom_fields has no column named choices, SQL logic error (code 1)\n  Causing statement: INSERT INTO \"custom_fields\" (\"id\", \"name\", \"data_type\", \"choices\", \"is_synced\", \"last_synced_at\") VALUES (?, ?, ?, ?, ?, ?) ON CONFLICT(\"id\") DO UPDATE SET \"id\" = ?, \"name\" = ?, \"data_type\" = ?, \"choices\" = ?, \"is_synced\" = ?, \"last_synced_at\" = ?",
      "stack_trace": "package:sqlite3/src/implementation/exception.dart 101                      throwException\npackage:sqlite3/src/implementation/database.dart 378                       DatabaseImplementation._prepareInternal\npackage:sqlite3/src/implementation/database.dart 449                       DatabaseImplementation.prepare\npackage:sqlite3/src/ffi/implementation.dart 161                            FfiDatabaseImplementation.prepare\npackage:drift/src/sqlite3/database.dart 131                                Sqlite3Delegate.runBatchSync\npackage:drift/native.dart 429                                              _NativeDelegate.runBatched.\ndart:async/future.dart 325                                                 new Future.sync\npackage:drift/native.dart 429                                              _NativeDelegate.runBatched\npackage:drift/src/runtime/executor/helpers/engines.dart 133                _BaseExecutor.runBatched.\npackage:drift/src/runtime/executor/helpers/engines.dart 64                 _BaseExecutor._synchronized\npackage:drift/src/runtime/executor/helpers/engines.dart 126                _BaseExecutor.runBatched\npackage:drift/src/remote/server_impl.dart 194                              ServerImplementation._runBatched\npackage:drift/src/remote/communication.dart 172                            DriftCommunication.setRequestHandler.\n===== asynchronous gap ===========================\npackage:drift/src/remote/communication.dart 118                            DriftCommunication.request\npackage:drift/src/remote/client_impl.dart 87                               _BaseExecutor.runBatched\npackage:drift/src/runtime/api/batch.dart 260                               Batch._runWith\npackage:drift/src/runtime/api/batch.dart 245                               Batch._commit\npackage:papernext/utils/db_retry_utils.dart 33                             DbRetryUtils.retryOnLocked\npackage:papernext/services/sync/sync_service.dart 315                      UnifiedSyncService._performSync..\npackage:papernext/services/sync/sync_service.dart 554                      UnifiedSyncService._syncMetadataType\npackage:papernext/services/sync/sync_service.dart 430                      UnifiedSyncService._syncDataType\ndart:async/future.dart 546                                                 Future.wait.\npackage:papernext/services/sync/sync_service.dart 192                      UnifiedSyncService._performSync\npackage:papernext/services/sync/sync_service.dart 117                      UnifiedSyncService.quickSync\npackage:papernext/core/providers.dart 2403                                 GlobalRefreshService.refresh\npackage:papernext/presentation/screens/dashboard/dashboard_screen.dart 29  _DashboardScreenState._handleRefresh\npackage:flutter/src/material/refresh_indicator.dart 579                    RefreshIndicatorState._show..\n"
    },
Re: Table custom_fields has no column named choices
Jagg
07.09.2026 08:28 #2

Sieht nach der selben Meldung aus, die ich hier vor ca. 1 Monat schon geposted habe....

 

https://beta.rebtsoft.com/forum/feedback-bug-reports-feedback-fehlerberichte/73/