[GH-ISSUE #532] [Bug]: Update to v0.2.1b3 by manual on Linux/debian #340

Closed
opened 2026-05-06 12:28:26 +02:00 by BreizhHardware · 1 comment

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

  • I have searched existing issues to ensure this bug hasn't already been reported
  • I am using the latest version of Bambuddy
  • My printer is set to LAN Only mode
  • My printer has Developer Mode enabled
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 ```shell ``` ### Screenshots _No response_ ### Additional Context _No response_ ### Checklist - [x] I have searched existing issues to ensure this bug hasn't already been reported - [x] I am using the latest version of Bambuddy - [x] My printer is set to LAN Only mode - [x] My printer has Developer Mode enabled
BreizhHardware 2026-05-06 12:28:26 +02:00
Author
Owner

@maziggy commented on GitHub (Feb 26, 2026):

git checkout 0.2.1 && git pull

<!-- gh-comment-id:3966607844 --> @maziggy commented on GitHub (Feb 26, 2026): git checkout 0.2.1 && git pull
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#340
No description provided.