Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Legal Notice
  • Privacy Policy
Collapse
Brand Logo
  1. Home
  2. General Discussion
  3. Help
  4. Connection between Bambuddy and Spoolman

Connection between Bambuddy and Spoolman

Scheduled Pinned Locked Moved Help
13 Posts 3 Posters 558 Views 3 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • MartinNYHCM Offline
    MartinNYHCM Offline
    MartinNYHC
    administrators
    wrote on last edited by
    #4

    what version you are running?

    1 Reply Last reply
    • M Offline
      M Offline
      Moskito
      wrote on last edited by Moskito
      #5

      v0.2.3.2 - updatet this morning

      1 Reply Last reply
      • MartinNYHCM Offline
        MartinNYHCM Offline
        MartinNYHC
        administrators
        wrote on last edited by
        #6

        Check your logs for errors.

        1 Reply Last reply
        • M Offline
          M Offline
          Moskito
          wrote on last edited by
          #7

          On startup with postgresql this messages came up, but i don't think tis is relevant for the problem:

          bambuddy-db  | 2026-04-24 14:02:18.762 UTC [37] ERROR:  syntax error at or near "AUTOINCREMENT" at character 112
          bambuddy-db  | 2026-04-24 14:02:18.762 UTC [37] STATEMENT:  
          bambuddy-db  |                  CREATE TABLE IF NOT EXISTS active_print_spoolman (
          bambuddy-db  |                      id INTEGER PRIMARY KEY AUTOINCREMENT,
          bambuddy-db  |                      printer_id INTEGER NOT NULL REFERENCES printers(id) ON DELETE CASCADE,
          bambuddy-db  |                      archive_id INTEGER NOT NULL REFERENCES print_archives(id) ON DELETE CASCADE,
          bambuddy-db  |                      filament_usage TEXT NOT NULL,
          bambuddy-db  |                      ams_trays TEXT NOT NULL,
          bambuddy-db  |                      slot_to_tray TEXT,
          bambuddy-db  |                      layer_usage TEXT,
          bambuddy-db  |                      filament_properties TEXT,
          bambuddy-db  |                      UNIQUE(printer_id, archive_id)
          bambuddy-db  |                  )
          bambuddy-db  | 2026-04-24 14:02:18.803 UTC [37] ERROR:  syntax error at or near "AUTOINCREMENT" at character 110
          bambuddy-db  | 2026-04-24 14:02:18.803 UTC [37] STATEMENT:  
          bambuddy-db  |                  CREATE TABLE IF NOT EXISTS spool_usage_history (
          bambuddy-db  |                      id INTEGER PRIMARY KEY AUTOINCREMENT,
          bambuddy-db  |                      spool_id INTEGER NOT NULL REFERENCES spool(id) ON DELETE CASCADE,
          bambuddy-db  |                      printer_id INTEGER REFERENCES printers(id) ON DELETE SET NULL,
          bambuddy-db  |                      print_name VARCHAR(500),
          bambuddy-db  |                      weight_used REAL NOT NULL DEFAULT 0,
          bambuddy-db  |                      percent_used INTEGER NOT NULL DEFAULT 0,
          bambuddy-db  |                      status VARCHAR(20) NOT NULL DEFAULT 'completed',
          bambuddy-db  |                      created_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP
          bambuddy-db  |                  )
          
          

          This warnings came up every 15 minutes or so:

          bambuddy     | 2026-04-24 16:04:29,965 WARNING [backend.app.api.routes.cloud] Failed to get cloud preset S7043929 (API ID: S7043929): Failed to get setting detail: 400
          bambuddy     | 2026-04-24 16:04:30,190 WARNING [backend.app.api.routes.cloud] Failed to get cloud preset S7043928 (API ID: S7043928): Failed to get setting detail: 400
          bambuddy     | 2026-04-24 16:04:30,396 INFO [backend.app.services.firmware_check] Got Bambu Lab build ID: skeiEP5Hs-sR8shWSQHlC
          bambuddy     | 2026-04-24 16:04:30,444 INFO [backend.app.services.firmware_check] Got Bambu Lab build ID: skeiEP5Hs-sR8shWSQHlC
          bambuddy     | 2026-04-24 16:04:30,446 WARNING [backend.app.api.routes.cloud] Failed to get cloud preset S8492713 (API ID: S8492713): Failed to get setting detail: 400
          bambuddy     | 2026-04-24 16:04:30,621 WARNING [backend.app.api.routes.cloud] Failed to get cloud preset GFU99 (API ID: GFSU99): Failed to get setting detail: 400
          bambuddy     | 2026-04-24 16:04:30,663 WARNING [backend.app.api.routes.cloud] Failed to get cloud preset S7043929 (API ID: S7043929): Failed to get setting detail: 400
          

          In the meantime i lost all of my archived because of the back and forward sqlite and postgresql...

          If nobody has a clue, I would start from scratch.

          1 Reply Last reply
          • MartinNYHCM Offline
            MartinNYHCM Offline
            MartinNYHC
            administrators
            wrote on last edited by
            #8

            You database table was not properly updated after an upgrade.

            1 Reply Last reply
            • M Offline
              M Offline
              Moskito
              wrote on last edited by
              #9

              Okay, than i will wipe it completely and start from scratch. 😞
              Hopefully is it the last time to do this...
              Fingers crossed...

              Thanks anyway!

              1 Reply Last reply
              • M Offline
                M Offline
                Moskito
                wrote on last edited by
                #10

                Okay, wiped everything with "docker system prune -a" and startet from scratch.

                Doesn't work.

                Get DB error messages on startup:
                database.log.txt
                Table spool only show the BL spool.
                Table spool_assignment still empty.

                1 Reply Last reply
                • MartinNYHCM Offline
                  MartinNYHCM Offline
                  MartinNYHC
                  administrators
                  wrote on last edited by
                  #11

                  Open an issue please. Need more details.

                  Link Preview Image
                  System Info - Bambuddy Documentation

                  View database statistics and system resources

                  favicon

                  Bambuddy Documentation (wiki.bambuddy.cool)

                  1 Reply Last reply
                  • F Offline
                    F Offline
                    FO22ZZ
                    wrote on last edited by
                    #12

                    Following. I think I am having a similar issue and just did a fresh install to no avail.

                    1 Reply Last reply
                    • M Offline
                      M Offline
                      Moskito
                      wrote on last edited by
                      #13

                      Bug: https://github.com/maziggy/bambuddy/issues/1119

                      1 Reply Last reply

                      Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                      Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                      With your input, this post could be even better 💗

                      Register Login
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      Powered by NodeBB Contributors
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • Legal Notice
                      • Privacy Policy