1
0
Fork 0
mirror of https://github.com/maziggy/bambuddy.git synced 2026-05-09 08:25:54 +02:00

[GH-ISSUE #1055] [Bug Report] All filaments have disappeared and when adding new ones they also don't show. #748

Closed
opened 2026-05-07 00:13:24 +02:00 by BreizhHardware · 20 comments

Originally created by @maziggy on GitHub (Apr 20, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/1055

Originally assigned to: @maziggy on GitHub.

All filaments have disappeared and when adding new ones they also don't show.

System Information
{
  "generated_at": "2026-04-20T18:06:44.796976",
  "app": {
    "version": "0.2.4b1",
    "debug_mode": false
  },
  "system": {
    "platform": "Linux",
    "platform_release": "6.1.120+",
    "platform_version": "#50 SMP PREEMPT_DYNAMIC Thu Sep  4 14:04:59 CST 2025",
    "architecture": "x86_64",
    "python_version": "3.13.13"
  },
  "environment": {
    "docker": true,
    "data_dir": "/app/data",
    "log_dir": "/app/logs",
    "timezone": "Europe/Stockholm"
  },
  "database": {
    "archives_total": 184,
    "archives_completed": 150,
    "printers_total": 1,
    "filaments_total": 0,
    "projects_total": 0,
    "smart_plugs_total": 1
  },
  "printers": [
    {
      "index": 1,
      "model": "P1S",
      "nozzle_count": 1,
      "is_active": true,
      "mqtt_connected": true,
      "state": "FINISH",
      "firmware_version": "01.10.00.00",
      "wifi_signal": -40,
      "reachable": true,
      "ams_unit_count": 1,
      "ams_tray_count": 4,
      "has_vt_tray": true,
      "external_camera_configured": false,
      "plate_detection_enabled": false,
      "hms_error_count": 0,
      "developer_mode": true,
      "nozzle_rack_count": 0
    }
  ],
  "settings": {
    "auth_enabled": "true",
    "setup_completed": "true",
    "auto_archive": "true",
    "save_thumbnails": "true",
    "capture_finish_photo": "true",
    "default_filament_cost": "200.0",
    "currency": "SEK",
    "energy_cost_per_kwh": "1.15",
    "energy_tracking_mode": "total",
    "check_updates": "true",
    "check_printer_firmware": "true",
    "include_beta_updates": "true",
    "notification_language": "en",
    "bed_cooled_threshold": "35.0",
    "ams_humidity_good": "40",
    "ams_humidity_fair": "60",
    "ams_temp_good": "28.0",
    "ams_temp_fair": "35.0",
    "ams_history_retention_days": "30",
    "queue_drying_enabled": "false",
    "queue_drying_block": "false",
    "ambient_drying_enabled": "false",
    "drying_presets": "",
    "per_printer_mapping_expanded": "false",
    "date_format": "system",
    "time_format": "system",
    "default_printer_id": "1",
    "ftp_retry_enabled": "true",
    "ftp_retry_count": "3",
    "ftp_retry_delay": "2",
    "ftp_timeout": "30",
    "mqtt_enabled": "false",
    "mqtt_broker": "192.168.1.23",
    "mqtt_port": "1883",
    "mqtt_username": "[REDACTED]",
    "mqtt_password": "[REDACTED]",
    "mqtt_topic_prefix": "bambuddy",
    "mqtt_use_tls": "false",
    "external_url": "[REDACTED]",
    "ha_enabled": "true",
    "ha_url": "[REDACTED]",
    "ha_token": "[REDACTED]",
    "library_archive_mode": "ask",
    "library_disk_warning_gb": "5.0",
    "camera_view_mode": "embedded",
    "preferred_slicer": "bambu_studio",
    "prometheus_enabled": "false",
    "prometheus_token": "",
    "spoolman_enabled": "false",
    "spoolman_url": "[REDACTED]",
    "spoolman_sync_mode": "auto",
    "spoolman_disable_weight_sync": "false",
    "spoolman_report_partial_usage": "true",
    "advanced_auth_enabled": "false",
    "smtp_auth_enabled": "true",
    "disable_filament_warnings": "false",
    "user_notifications_enabled": "true",
    "stagger_group_size": "2",
    "stagger_interval_minutes": "5",
    "debug_logging_enabled": "false",
    "debug_logging_enabled_at": ""
  },
  "docker": {
    "container_memory_limit_bytes": null,
    "container_memory_limit_formatted": null,
    "network_mode_hint": "host"
  },
  "virtual_printers": [],
  "integrations": {
    "notification_providers": [],
    "spoolman": {
      "enabled": true,
      "reachable": false
    },
    "mqtt_relay": {
      "enabled": false,
      "connected": false,
      "broker": "",
      "port": 0,
      "topic_prefix": "bambuddy"
    },
    "spoolbuddy": {
      "device_count": 0,
      "online_count": 0,
      "devices": []
    },
    "homeassistant": {
      "enabled": true
    }
  },
  "database_health": {
    "backend": "sqlite",
    "journal_mode": "wal",
    "quick_check": "ok",
    "db_size_bytes": 2121728,
    "wal_size_bytes": 4148872
  },
  "dependencies": {
    "fastapi": "0.136.0",
    "uvicorn": "0.44.0",
    "pydantic": "2.13.2",
    "sqlalchemy": "2.0.49",
    "paho-mqtt": "2.1.0",
    "psutil": "7.2.2",
    "httpx": "0.28.1",
    "aiofiles": "25.1.0",
    "cryptography": "46.0.7",
    "opencv-python-headless": "4.13.0.92",
    "numpy": "2.4.4"
  },
  "log_file": {
    "size_bytes": 2070662,
    "size_formatted": "2.0 MB"
  },
  "network": {
    "interface_count": 2,
    "interfaces": [
      {
        "name": "eth1",
        "subnet": "x.x.1.0/24"
      },
      {
        "name": "tailscale0",
        "subnet": "x.x.100.3/32"
      }
    ]
  },
  "websockets": {
    "active_connections": 1
  }
}

Logs (sanitized): bambuddy.log


Submitted via BamBuddy Bug Report

Originally created by @maziggy on GitHub (Apr 20, 2026). Original GitHub issue: https://github.com/maziggy/bambuddy/issues/1055 Originally assigned to: @maziggy on GitHub. All filaments have disappeared and when adding new ones they also don't show. <details> <summary>System Information</summary> ```json { "generated_at": "2026-04-20T18:06:44.796976", "app": { "version": "0.2.4b1", "debug_mode": false }, "system": { "platform": "Linux", "platform_release": "6.1.120+", "platform_version": "#50 SMP PREEMPT_DYNAMIC Thu Sep 4 14:04:59 CST 2025", "architecture": "x86_64", "python_version": "3.13.13" }, "environment": { "docker": true, "data_dir": "/app/data", "log_dir": "/app/logs", "timezone": "Europe/Stockholm" }, "database": { "archives_total": 184, "archives_completed": 150, "printers_total": 1, "filaments_total": 0, "projects_total": 0, "smart_plugs_total": 1 }, "printers": [ { "index": 1, "model": "P1S", "nozzle_count": 1, "is_active": true, "mqtt_connected": true, "state": "FINISH", "firmware_version": "01.10.00.00", "wifi_signal": -40, "reachable": true, "ams_unit_count": 1, "ams_tray_count": 4, "has_vt_tray": true, "external_camera_configured": false, "plate_detection_enabled": false, "hms_error_count": 0, "developer_mode": true, "nozzle_rack_count": 0 } ], "settings": { "auth_enabled": "true", "setup_completed": "true", "auto_archive": "true", "save_thumbnails": "true", "capture_finish_photo": "true", "default_filament_cost": "200.0", "currency": "SEK", "energy_cost_per_kwh": "1.15", "energy_tracking_mode": "total", "check_updates": "true", "check_printer_firmware": "true", "include_beta_updates": "true", "notification_language": "en", "bed_cooled_threshold": "35.0", "ams_humidity_good": "40", "ams_humidity_fair": "60", "ams_temp_good": "28.0", "ams_temp_fair": "35.0", "ams_history_retention_days": "30", "queue_drying_enabled": "false", "queue_drying_block": "false", "ambient_drying_enabled": "false", "drying_presets": "", "per_printer_mapping_expanded": "false", "date_format": "system", "time_format": "system", "default_printer_id": "1", "ftp_retry_enabled": "true", "ftp_retry_count": "3", "ftp_retry_delay": "2", "ftp_timeout": "30", "mqtt_enabled": "false", "mqtt_broker": "192.168.1.23", "mqtt_port": "1883", "mqtt_username": "[REDACTED]", "mqtt_password": "[REDACTED]", "mqtt_topic_prefix": "bambuddy", "mqtt_use_tls": "false", "external_url": "[REDACTED]", "ha_enabled": "true", "ha_url": "[REDACTED]", "ha_token": "[REDACTED]", "library_archive_mode": "ask", "library_disk_warning_gb": "5.0", "camera_view_mode": "embedded", "preferred_slicer": "bambu_studio", "prometheus_enabled": "false", "prometheus_token": "", "spoolman_enabled": "false", "spoolman_url": "[REDACTED]", "spoolman_sync_mode": "auto", "spoolman_disable_weight_sync": "false", "spoolman_report_partial_usage": "true", "advanced_auth_enabled": "false", "smtp_auth_enabled": "true", "disable_filament_warnings": "false", "user_notifications_enabled": "true", "stagger_group_size": "2", "stagger_interval_minutes": "5", "debug_logging_enabled": "false", "debug_logging_enabled_at": "" }, "docker": { "container_memory_limit_bytes": null, "container_memory_limit_formatted": null, "network_mode_hint": "host" }, "virtual_printers": [], "integrations": { "notification_providers": [], "spoolman": { "enabled": true, "reachable": false }, "mqtt_relay": { "enabled": false, "connected": false, "broker": "", "port": 0, "topic_prefix": "bambuddy" }, "spoolbuddy": { "device_count": 0, "online_count": 0, "devices": [] }, "homeassistant": { "enabled": true } }, "database_health": { "backend": "sqlite", "journal_mode": "wal", "quick_check": "ok", "db_size_bytes": 2121728, "wal_size_bytes": 4148872 }, "dependencies": { "fastapi": "0.136.0", "uvicorn": "0.44.0", "pydantic": "2.13.2", "sqlalchemy": "2.0.49", "paho-mqtt": "2.1.0", "psutil": "7.2.2", "httpx": "0.28.1", "aiofiles": "25.1.0", "cryptography": "46.0.7", "opencv-python-headless": "4.13.0.92", "numpy": "2.4.4" }, "log_file": { "size_bytes": 2070662, "size_formatted": "2.0 MB" }, "network": { "interface_count": 2, "interfaces": [ { "name": "eth1", "subnet": "x.x.1.0/24" }, { "name": "tailscale0", "subnet": "x.x.100.3/32" } ] }, "websockets": { "active_connections": 1 } } ``` </details> **Logs (sanitized):** [bambuddy.log](https://raw.githubusercontent.com/maziggy/bambuddy/bug-report-assets/logs/68e8513f6682410bb124ea8b45317429.log) --- *Submitted via BamBuddy Bug Report*
BreizhHardware 2026-05-07 00:13:24 +02:00
Author
Owner

@maziggy commented on GitHub (Apr 20, 2026):

This is nothing I can work with. Please explain your issue in detail.

<!-- gh-comment-id:4282795842 --> @maziggy commented on GitHub (Apr 20, 2026): This is nothing I can work with. Please explain your issue in detail.
Author
Owner

@fdsghy4a commented on GitHub (Apr 20, 2026):

None of my spools are showing on the filaments page, and adding new ones literally doesn't do anything. This has been an issue for a few days now. There were around 20 in there working just fine for a few weeks, and then one day POOF, gone. Adding looks like normal but after saving, there's still nothing.

Image
<!-- gh-comment-id:4283361886 --> @fdsghy4a commented on GitHub (Apr 20, 2026): None of my spools are showing on the filaments page, and adding new ones literally doesn't do anything. This has been an issue for a few days now. There were around 20 in there working just fine for a few weeks, and then one day POOF, gone. Adding looks like normal but after saving, there's still nothing. <img width="1652" height="629" alt="Image" src="https://github.com/user-attachments/assets/50a51992-fb60-49c4-b4a5-8033dd22296a" />
Author
Owner

@maziggy commented on GitHub (Apr 20, 2026):

Did you follow the release notes when upgrading?

<!-- gh-comment-id:4283758079 --> @maziggy commented on GitHub (Apr 20, 2026): Did you follow the release notes when upgrading?
Author
Owner

@fdsghy4a commented on GitHub (Apr 20, 2026):

As far as I'm aware I have... Also it wasn't right after an update, it was randomly one day last week right after adding a couple of new spools. It was all there and working fine, and then I went back to the filaments page a few minutes later and suddenly nothing.

<!-- gh-comment-id:4284070659 --> @fdsghy4a commented on GitHub (Apr 20, 2026): As far as I'm aware I have... Also it wasn't right after an update, it was randomly one day last week right after adding a couple of new spools. It was all there and working fine, and then I went back to the filaments page a few minutes later and suddenly nothing.
Author
Owner

@maziggy commented on GitHub (Apr 21, 2026):

As far as I'm aware I have... Also it wasn't right after an update

Again, you need to be more precise.

  • You updated from version to version?
  • How did you upgrade to the latest version?

Also please

  • Enable debug logging
  • Restart Bambuddy
  • Add aa spool to inventory
  • Upload debug logs
<!-- gh-comment-id:4286559520 --> @maziggy commented on GitHub (Apr 21, 2026): > As far as I'm aware I have... Also it wasn't right after an update Again, you need to be more precise. - You updated from version to version? - How did you upgrade to the latest version? Also please - Enable debug logging - Restart Bambuddy - Add aa spool to inventory - Upload debug logs
Author
Owner

@fdsghy4a commented on GitHub (Apr 21, 2026):

Like I said, it wasn't in connection to an update! It was running fine and then suddenly it just wasn't working after adding a couple of new rolls.
Everything is pulled via portainer (re-pull image and redeploy), and I usually have it pull from daily. Updated to the latest version in hopes that it would fix this issue, and sent the bug report in when it did not.
As for the logs, I added a spool/replicated the issue fully (with recording) when submitting the report. So the logs sent with the report is apparently all it logs when adding a spool. But of course, I'll try to find some time later to do that.

<!-- gh-comment-id:4286876326 --> @fdsghy4a commented on GitHub (Apr 21, 2026): Like I said, it wasn't in connection to an update! It was running fine and then suddenly it just wasn't working after adding a couple of new rolls. Everything is pulled via portainer (re-pull image and redeploy), and I usually have it pull from daily. Updated to the latest version in hopes that it would fix this issue, and sent the bug report in when it did not. As for the logs, I added a spool/replicated the issue fully (with recording) when submitting the report. So the logs sent with the report is apparently all it logs when adding a spool. But of course, I'll try to find some time later to do that.
Author
Owner

@maziggy commented on GitHub (Apr 21, 2026):

Your logs are just a few lines and don't show any useful information.

<!-- gh-comment-id:4286895028 --> @maziggy commented on GitHub (Apr 21, 2026): Your logs are just a few lines and don't show any useful information.
Author
Owner

@fdsghy4a commented on GitHub (Apr 21, 2026):

Well that is unfortunately all it logs when it records while sending in a bug and replicating the issue.

<!-- gh-comment-id:4286930964 --> @fdsghy4a commented on GitHub (Apr 21, 2026): Well that is unfortunately all it logs when it records while sending in a bug and replicating the issue.
Author
Owner

@maziggy commented on GitHub (Apr 21, 2026):

Please upload a support package -> https://wiki.bambuddy.cool/features/system-info/?h=debug#enable-debug-logging

<!-- gh-comment-id:4286939112 --> @maziggy commented on GitHub (Apr 21, 2026): Please upload a support package -> https://wiki.bambuddy.cool/features/system-info/?h=debug#enable-debug-logging
Author
Owner

@fdsghy4a commented on GitHub (Apr 21, 2026):

Please upload a support package -> https://wiki.bambuddy.cool/features/system-info/?h=debug#enable-debug-logging

See attached. Also attached a screen recording of the issue.

bambuddy-support-20260421-102704.zip

https://github.com/user-attachments/assets/5f346c5a-c88e-4824-bfb9-afa8f6c8ec54

<!-- gh-comment-id:4287237456 --> @fdsghy4a commented on GitHub (Apr 21, 2026): > Please upload a support package -> https://wiki.bambuddy.cool/features/system-info/?h=debug#enable-debug-logging See attached. Also attached a screen recording of the issue. [bambuddy-support-20260421-102704.zip](https://github.com/user-attachments/files/26926277/bambuddy-support-20260421-102704.zip) https://github.com/user-attachments/assets/5f346c5a-c88e-4824-bfb9-afa8f6c8ec54
Author
Owner

@maziggy commented on GitHub (Apr 21, 2026):

You don't enabled debug logging. Please follow the instructions I've sent you.

Also please open your browser console, force a page reload (Shift+Reload) and check for any errors in browser console.

<!-- gh-comment-id:4287304833 --> @maziggy commented on GitHub (Apr 21, 2026): You don't enabled debug logging. Please follow the instructions I've sent you. Also please open your browser console, force a page reload (Shift+Reload) and check for any errors in browser console.
Author
Owner

@fdsghy4a commented on GitHub (Apr 21, 2026):

Actually, I did enable debug logging and followed the instructions exactly. As you can see in the logs it even says "2026-04-21 10:26:28,540 INFO [backend.app.api.routes.support] Log level changed to DEBUG"

The screen recording is NOT from when debug logging is on, they are separate. I added it after to give you more info.

<!-- gh-comment-id:4287323024 --> @fdsghy4a commented on GitHub (Apr 21, 2026): Actually, I did enable debug logging and followed the instructions exactly. As you can see in the logs it even says "2026-04-21 10:26:28,540 INFO [backend.app.api.routes.support] Log level changed to DEBUG" The screen recording is NOT from when debug logging is on, they are separate. I added it after to give you more info.
Author
Owner

@maziggy commented on GitHub (Apr 21, 2026):

I don't see any errors on your logs.

You still don't answered my questions.

You updated from version to version?
How did you upgrade to the latest version?

<!-- gh-comment-id:4287351548 --> @maziggy commented on GitHub (Apr 21, 2026): I don't see any errors on your logs. You still don't answered my questions. > You updated from version to version? > How did you upgrade to the latest version?
Author
Owner

@fdsghy4a commented on GitHub (Apr 21, 2026):

I actually answered that earlier lol.

I've think I've found the issue, getting this error in the browser consol:
index-DRV_S8BY.js:35 GET http://xxx.xxx.x.xx:8000/api/v1/inventory/spools?include_archived=true 500 (Internal Server Error)

<!-- gh-comment-id:4287456795 --> @fdsghy4a commented on GitHub (Apr 21, 2026): I actually answered that earlier lol. I've think I've found the issue, getting this error in the browser consol: index-DRV_S8BY.js:35 GET http://_xxx.xxx.x.xx_:8000/api/v1/inventory/spools?include_archived=true 500 (Internal Server Error)
Author
Owner

@maziggy commented on GitHub (Apr 21, 2026):

No, you din't answer these questions.

index-DRV_S8BY.js:35 GET http://xxx.xxx.x.xx:8000/api/v1/inventory/spools?include_archived=true 500 (Internal Server Error)

This MUST also generate a backend error log. Need to see that please.

<!-- gh-comment-id:4287499507 --> @maziggy commented on GitHub (Apr 21, 2026): No, you din't answer these questions. > index-DRV_S8BY.js:35 GET http://xxx.xxx.x.xx:8000/api/v1/inventory/spools?include_archived=true 500 (Internal Server Error) This MUST also generate a backend error log. Need to see that please.
Author
Owner

@fdsghy4a commented on GitHub (Apr 21, 2026):

This MUST also generate a backend error log. Need to see that please.

One would think so, but the logs I sent are literally what it logs when in debug following the wiki instructions:

1. Go to System Information page
2. Find Support & Troubleshooting section
3. Click Enable to turn on debug logging
4. A banner appears across all pages showing debug mode is active with a live timer
5. Reproduce the issue you want to report
6. Click Download to get the support bundle

In the support package I sent, after "2026-04-21 10:26:28,540 INFO [backend.app.api.routes.support] Log level changed to DEBUG" I went straight to the filaments page, tried to add a spool, and then went back to the system. information page and clicked download on support bundle. What I've uploaded is that download. 😕

<!-- gh-comment-id:4287532850 --> @fdsghy4a commented on GitHub (Apr 21, 2026): > This MUST also generate a backend error log. Need to see that please. One would think so, but the logs I sent are literally what it logs when in debug following the wiki instructions: _1. Go to System Information page 2. Find Support & Troubleshooting section 3. Click Enable to turn on debug logging 4. A banner appears across all pages showing debug mode is active with a live timer 5. Reproduce the issue you want to report 6. Click Download to get the support bundle_ In the support package I sent, after "2026-04-21 10:26:28,540 INFO [backend.app.api.routes.support] Log level changed to DEBUG" I went straight to the filaments page, tried to add a spool, and then went back to the system. information page and clicked download on support bundle. What I've uploaded is that download. 😕
Author
Owner

@maziggy commented on GitHub (Apr 21, 2026):

No logs....hmmmm.....

Please do the following:

cd /opt/bambuddy/frontend && npm i && npm run build && sudo systemctl restart bambuddy && tail -f /opt/bambuddy/logs/bambuddy.log | grep -v "error|warning|failed"

Reload page, add spool and check backend and browser logs.

<!-- gh-comment-id:4287574055 --> @maziggy commented on GitHub (Apr 21, 2026): No logs....hmmmm..... Please do the following: cd /opt/bambuddy/frontend && npm i && npm run build && sudo systemctl restart bambuddy && tail -f /opt/bambuddy/logs/bambuddy.log | grep -v "error\|warning\|failed" Reload page, add spool and check backend and browser logs.
Author
Owner

@fdsghy4a commented on GitHub (Apr 21, 2026):

I did some checks in portainer before seeing your latest reply and I found the issue.

fastapi.exceptions.ResponseValidationError: 1 validation error:
{'type': 'string_pattern_mismatch', 'loc': ('response', 1, 'rgba'), 'msg': "String should match pattern '^[0-9A-Fa-f]{8}$'", 'input': 'FFFFFFF', 'ctx': {'pattern': '^[0-9A-Fa-f]{8}$'}}

Somehow, one of my filaments has an RGBA value of FFFFFFF (7 characters), but it's (obviously) expecting 8 characters. How this actually happened I have literally no idea since I always click one of the pre-existing swatches or use the color selector tool. As it is, one somehow saved with 7 characters which made the GET /api/v1/inventory/spools request crash with a 500 error.

I have edited my database to add the missing F which has fixed the issue, spools are now loading as they should!
Something I would hope you can look into is why it's able to save with the incorrect number of characters in the first place, and maybe a fix to block it from being able to do so?

<!-- gh-comment-id:4287831872 --> @fdsghy4a commented on GitHub (Apr 21, 2026): I did some checks in portainer before seeing your latest reply and I found the issue. fastapi.exceptions.ResponseValidationError: 1 validation error: {'type': 'string_pattern_mismatch', 'loc': ('response', 1, 'rgba'), 'msg': "String should match pattern '^[0-9A-Fa-f]{8}$'", 'input': 'FFFFFFF', 'ctx': {'pattern': '^[0-9A-Fa-f]{8}$'}} Somehow, one of my filaments has an RGBA value of FFFFFFF (7 characters), but it's (obviously) expecting 8 characters. How this actually happened I have literally no idea since I always click one of the pre-existing swatches or use the color selector tool. As it is, one somehow saved with 7 characters which made the GET /api/v1/inventory/spools request crash with a 500 error. I have edited my database to add the missing F which has fixed the issue, spools are now loading as they should! Something I would hope you can look into is why it's able to save with the incorrect number of characters in the first place, and maybe a fix to block it from being able to do so?
Author
Owner

@fdsghy4a commented on GitHub (Apr 21, 2026):

Actually I also want to add this so you know: I just looked at which spool matches the ID of the spool that had the missing F, and it's not one of the spools I added that day: it's one that had been there for a few weeks already (which no changes were made to that day when it all stopped working). I can't tell you if it always had a missing F or not, like I said I've been using the swatches and color picker, but somehow it ended up missing an F in the database at some point in time, and some time last week that missing F made it stop showing all spools.

<!-- gh-comment-id:4287888109 --> @fdsghy4a commented on GitHub (Apr 21, 2026): Actually I also want to add this so you know: I just looked at which spool matches the ID of the spool that had the missing F, and it's not one of the spools I added that day: it's one that had been there for a few weeks already (which no changes were made to that day when it all stopped working). I can't tell you if it always had a missing F or not, like I said I've been using the swatches and color picker, but somehow it ended up missing an F in the database at some point in time, and some time last week that missing F made it stop showing all spools.
Author
Owner

@maziggy commented on GitHub (Apr 21, 2026):

Thanks for letting me know.

Available/Fixed in branch dev and available with the next release or daily build.


If you find Bambuddy useful, please consider giving it a on GitHub — it helps others discover the project!

<!-- gh-comment-id:4288591447 --> @maziggy commented on GitHub (Apr 21, 2026): Thanks for letting me know. Available/Fixed in branch dev and available with the next release or daily build. ----- If you find Bambuddy useful, please consider giving it a ⭐ on [GitHub](https://github.com/maziggy/bambuddy) — it helps others discover the project!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/bambuddy-maziggy-1#748
No description provided.