Skip to content

DB main.songs_fts not found #19

@Alcyon007

Description

@Alcyon007

Describe the bug
Once scan stops, it becomes impossible to continue scanning the paths to the music on the music-server, even in version 62.

To Reproduce
Steps to reproduce the behavior:

  1. audiomuse-ai-musicserver first start
  2. add 2 paths
  3. scan first path - Scan in Progress in counting and new songs are found
  4. cancel the scan
  5. scan the second path - Scan in Progress is freeze.

Log info on restart:

=== AudioMuse Music Server Container Starting ===
=== Starting Supervisor ===
Music Server Backend will be available on port 8080
Music Server Frontend will be available on port 3000
All logs will be displayed below:
2026/05/02 01:05:33 DB integrity check OK
2026/05/02 01:05:33 Checking/Updating album_path for existing songs...
2026/05/02 01:05:33 migrateDB: warning - could not create songs_fts virtual table (fts5 may be unavailable): no such module: fts5
2026/05/02 01:05:33 migrateSongIDsToUUID: songs.id is already TEXT, migration complete
2026/05/02 01:05:33 migrateDB: failed to backfill date_added: no such table: main.songs_fts
2026/05/02 01:05:33 migrateDB: failed to backfill date_updated: no such table: main.songs_fts
2026/05/02 01:05:33 migrateDB: summary: columns_added=0 songs_migrated=0 date_added_backfilled=0 date_updated_backfilled=0
2026/05/02 01:05:33 migrateDB: completed migrations (idempotent)
2026/05/02 01:05:33 Scheduled library scan is disabled.
2026/05/02 01:05:33 Scheduled analysis is disabled.
[GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production.

  • using env: export GIN_MODE=release
  • using code: gin.SetMode(gin.ReleaseMode)

Expected behavior
Full scan or path scan should continue where it left and go on.

Screenshots
None.

Environment
Proxmox clusters v9.1.9

  • 1st node, LXC (audiomuser-music-server)

  • 2nd node, LXC (Worker)

    OS: [Debian]
    Deployment: [Docker Compose]
    AudioMuse-AI Version: [v1.0.4.0]
    Lyrion Music Server Version : 9.1.0 - 1771315634 @ Thu Feb 19 13:51:07 UTC 2026
    Browser: [Firefox 150.0.1 (64 bits)]
    HP Z4 G4 Workstation, 3,60 gigahertz Intel Xeon W-2133, Multi-core (6 total) Hyper-threaded (12 total) - 12 cores dedicated to worker
    RAM: [8+2 GB (of 128 GB) DDR4]
    Disk: [Nvme]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions