mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[GH-ISSUE #532] [Bug]: Update to v0.2.1b3 by manual on Linux/debian #342
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#342
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 @quocanhcgd on GitHub (Feb 26, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/532
Originally assigned to: @maziggy on GitHub.
Bug Description
When i try update by command
cd bambuddy && git pull && source venv/bin/activate
pip install -r requirements.txt && cd frontend && npm ci && npm run build.
Error show on screen:
_src/components/VirtualPrinterAddDialog.tsx:5:15 - error TS2724: '"../api/client"' has no exported member named 'multiVirtualPrinterApi'. Did you mean 'virtualPrinterApi'?
5 import { api, multiVirtualPrinterApi } from '../api/client';
~~~~~~~~~~~~~~~~~~~~~~
src/api/client.ts:4515:14
4515 export const virtualPrinterApi = {
~~~~~~~~~~~~~~~~~
'virtualPrinterApi' is declared here.
src/components/VirtualPrinterCard.tsx:8:15 - error TS2724: '"../api/client"' has no exported member named 'multiVirtualPrinterApi'. Did you mean 'virtualPrinterApi'?
8 import { api, multiVirtualPrinterApi } from '../api/client';
~~~~~~~~~~~~~~~~~~~~~~
src/api/client.ts:4515:14
4515 export const virtualPrinterApi = {
~~~~~~~~~~~~~~~~~
'virtualPrinterApi' is declared here.
src/components/VirtualPrinterCard.tsx:9:15 - error TS2724: '"../api/client"' has no exported member named 'VirtualPrinterConfig'. Did you mean 'virtualPrinterApi'?
9 import type { VirtualPrinterConfig } from '../api/client';_
Expected Behavior
how can i fix it?
Steps to Reproduce
update manual
Printer Model
X1 Carbon
Bambuddy Version
v0.2.1b2
Printer Firmware Version
a
Installation Method
Manual (git clone)
Operating System
Linux (Ubuntu/Debian)
Relevant Logs / Support Package
Screenshots
No response
Additional Context
No response
Checklist
@maziggy commented on GitHub (Feb 26, 2026):
git checkout 0.2.1 && git pull