mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[GH-ISSUE #524] [Bug]: Data from api not complete #334
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#334
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 @Dendrowen on GitHub (Feb 25, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/524
Originally assigned to: @maziggy on GitHub.
Bug Description
When making an API call to api/v1/queue/ or api/v1/queue/18, a lot of data is 'null'. For some data this makes sense, but for other data (like filament types) less so.
Expected Behavior
I expect to gather more data.
Steps to Reproduce
create an API call to GET /api/v1/queue
Printer Model
P1S
Bambuddy Version
0.2.1b3
Printer Firmware Version
01.09.01.00
Installation Method
Manual (git clone)
Operating System
Linux (Ubuntu/Debian)
Relevant Logs / Support Package
Screenshots
No response
Additional Context
No response
Checklist
@Dendrowen commented on GitHub (Feb 25, 2026):
I did find the info in the archive endpoints, but that does strike me as 'odd'. It would be logical to also include it in the queue endpoint.
@maziggy commented on GitHub (Feb 26, 2026):
Add print metadata to queue API response (#524)
Queue endpoints now return filament_type, filament_color, layer_height,
nozzle_diameter, and sliced_for_model from the archive or library file.
Previously this data was only available via the archive API.