You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LAN-only mode: enabled on the printer before testing
Steps to reproduce
Add Printer -> Scan Network -> printer is discovered correctly as "Creator 5 Pro" with the correct IP and serial number.
Double-click the discovered entry to connect -> fails with "Failed to establish temporary connection".
Also tried Add Printer -> Enter IP Address manually with the same IP -> same result: it shows "Detecting printer type..." briefly, then "Failed to establish temporary connection".
No pairing/check-code prompt is ever shown before the failure, in either flow.
Debug log
With Debug Mode + Enable Network Logging turned on, network-debug-*.txt shows both attempts going straight to legacy TCP port 8899:
No further lines are written after these - the app just shows the error toast and returns to the "Welcome" screen. The general debug-*.txt log for the same session was empty (0 bytes).
Expected behavior
Per the v1.0.5-alpha.2 changelog note ("These models are HTTP-only (no legacy TCP on 8899)"), I expected the Creator 5 Pro to be detected/connected over the HTTP API rather than probing TCP 8899 - especially since Scan Network already correctly identifies the model as "Creator 5 Pro" via discovery before the temporary-connection step even runs.
Additional notes
The printer is otherwise fully reachable on the network: OrcaSlicer's built-in FlashForge print-host connects to the same IP over the local HTTP API without any issue ("Connected to Flashforge local API successfully").
v1.0.4 was not tested as a comparison since it doesn't support this model at all per the README support table.
Environment
Steps to reproduce
Debug log
With Debug Mode + Enable Network Logging turned on, network-debug-*.txt shows both attempts going straight to legacy TCP port 8899:
No further lines are written after these - the app just shows the error toast and returns to the "Welcome" screen. The general debug-*.txt log for the same session was empty (0 bytes).
Expected behavior
Per the v1.0.5-alpha.2 changelog note ("These models are HTTP-only (no legacy TCP on 8899)"), I expected the Creator 5 Pro to be detected/connected over the HTTP API rather than probing TCP 8899 - especially since Scan Network already correctly identifies the model as "Creator 5 Pro" via discovery before the temporary-connection step even runs.
Additional notes