Skip to content

Failed to establish temporary connection Adventurer 3C #54

@crislobo-alt

Description

@crislobo-alt

I used to be able to slice and upload prints from orcaslicer. This strangely stopped working recently. (The printer reads something about a format error.) Later, I attempted to just put the gcode on a flash drive, and the printer refused to see it, but the folders on the drive were present. It used to read gcode just fine? I attempted using Flashforge-UI and I got "Failed to establish temporary connection," and I tried running it headless too:

.\FlashForgeUI.exe --enable-logging --headless --printers="192.168.1.235:legacy"
PS C:\Users\Cristobal\AppData\Local\Programs\FlashForgeUI>
[Bootstrap] App name set to "FlashForgeUI"
[Bootstrap] userData path: C:\Users\Cristobal\AppData\Roaming\FlashForgeUI
[CameraProxyService] Multi-context camera proxy service initialized
[RtspStreamService] RTSP stream service created
Failed to load config file: SyntaxError: Unexpected end of JSON input
    at JSON.parse (<anonymous>)
    at ConfigManager.loadFromFile (C:\Users\Cristobal\AppData\Local\Programs\FlashForgeUI\resources\app.asar\lib\managers\ConfigManager.js:240:41)
Config loading complete - emitting config-loaded event
[RtspStreamService] Initializing RTSP stream service
[RtspStreamService] ffmpeg not found in any location
[RtspStreamService] Searched paths: [
  'ffmpeg',
  '/opt/homebrew/bin/ffmpeg',
  '/usr/local/bin/ffmpeg',
  '/opt/local/bin/ffmpeg',
  '/usr/bin/ffmpeg',
  '/snap/bin/ffmpeg',
  '/var/lib/flatpak/exports/bin/ffmpeg',
  '~/.local/share/flatpak/exports/bin/ffmpeg',
  '/usr/local/bin/ffmpeg',
  '~/bin/ffmpeg',
  'C:\\ffmpeg\\bin\\ffmpeg.exe',
  'C:\\Program Files\\ffmpeg\\bin\\ffmpeg.exe',
  'C:\\Program Files (x86)\\ffmpeg\\bin\\ffmpeg.exe'
]
[RtspStreamService] Install ffmpeg to enable RTSP camera viewing:
[RtspStreamService]   - macOS: brew install ffmpeg
[RtspStreamService]   - Ubuntu/Debian: sudo apt install ffmpeg
[RtspStreamService]   - Fedora/RHEL: sudo dnf install ffmpeg
[RtspStreamService]   - Arch: sudo pacman -S ffmpeg
[RtspStreamService]   - Windows: Download from ffmpeg.org
[RtspStreamService] ffmpeg not available - RTSP streaming will not work
[RtspStreamService] Install ffmpeg to enable RTSP camera viewing
[Headless] RTSP stream service initialized
[Headless] Spoolman integration service initialized
[MultiContextTemperatureMonitor] Initialized
[Headless] Multi-context temperature monitor initialized
[MultiContextSpoolmanTracker] Initialized
[Headless] Multi-context Spoolman tracker initialized
[Headless] Skipping notification system initialization
[Headless] Notification system initialized
[MultiContextNotificationCoordinator] Initialized
[Headless] Multi-context notification coordinator initialized
[DiscordNotificationService] Initialized
No printer details file found - starting fresh
[MultiContextPollingCoordinator] Context manager listeners registered
[2026-03-08 18:37:58] [Headless] Starting FlashForgeUI in headless mode
WebUI serving static files from: C:\Users\Cristobal\AppData\Local\Programs\FlashForgeUI\resources\webui\static
WebUI static file middleware configured successfully
WebSocket server subscribed to Spoolman events
WebSocket server initialized
[2026-03-08 18:37:58] [Headless] Connecting to 1 explicitly specified printer(s)...
[Headless] Connecting directly to 192.168.1.235 (legacy)
TcpPrinterClient creation
Connected
(Legacy API) InitControl()
sendCommand: ~M601 S1
CheckSocket()
WebUI server running at http://192.168.1.160:3000
sendCommand: ~M602
CheckSocket()
sendCommand: ~M601 S1
CheckSocket()
sendCommand: ~M115
CheckSocket()
PrinterInfo replay has null firmware version
(Legacy API) Failed to get printer info, aborting.
[Headless] Failed to connect to 192.168.1.235: Failed to establish temporary connection
[2026-03-08 18:37:58] [Headless] ERROR: No printers connected
[2026-03-08 18:37:58] [Headless] ERROR: No printers connected
[2026-03-08 18:37:58] [Headless] WebUI server already running
[2026-03-08 18:37:58] [Headless] WebUI running at http://192.168.1.160:3000
[2026-03-08 18:37:58] [Headless] Event forwarding configured for WebUI
[2026-03-08 18:37:58] [Headless] Polling: active=3s, inactive=3s
[2026-03-08 18:37:58] [Headless] Headless mode ready!

I tried using flashprint 5, however, and It had no trouble whatsoever. It simply uploaded and began printing.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions