mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[GH-ISSUE #427] [Bug]: API filament query does not return filaments created in UI (only API-created filament is returned) #265
Labels
No labels
A1
automated
automated
bug
bug
Closed due to inactivity
contrib
dependencies
dependencies
duplicate
enhancement
feedback
hold
invalid
Notes
P1S
pull-request
security
ThumbsUp
user-report
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bambuddy-maziggy-1#265
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kleinerflo on GitHub (Feb 18, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/427
Originally assigned to: @maziggy on GitHub.
Bug Description
When querying the API endpoint for filaments, the response does not include filaments that were created via the Bambuddy UI.
Additionally, even after creating a filament via the API, it does not appear under “Filaments” in the UI. However, the API query returns only the filament that was created through the API itself.
This suggests that the UI filament storage and the API filament storage might not be synchronized or might use different data sources.
Expected Behavior
Steps to Reproduce
Printer Model
P2S
Bambuddy Version
0.2.0
Printer Firmware Version
01.01.01.00
Installation Method
Docker
Operating System
Linux (Ubuntu/Debian)
Relevant Logs / Support Package
Screenshots
Additional Context
No response
Checklist
@maziggy commented on GitHub (Feb 18, 2026):
Thanks for reporting this! You're right — the /api/v1/filaments/ endpoint and the "Filament" page in the UI are two completely separate data stores, which is confusing.
We've renamed the endpoint to /api/v1/filament-catalog/ to make this distinction clear. If you're looking to query your spool inventory via the API, use /api/v1/inventory/spools/ instead.
Available in branch 0.2.1b.
If you find Bambuddy useful, please consider giving it a ⭐ on GitHub — it helps others discover the project!