error 1006

  1. H

    Problems with connecting noVNC to websocket

    r.GET("/console", func(c *gin.Context) { // Call the Proxmox API to get the console ticket console, err := PveClient.GetVMConsole("pve", 1005) if err != nil { c.JSON(500, gin.H{"error": "Failed to get console"}) fmt.Printf("Failed to get console: %v\n", err) return } // Constructing a...
  2. D

    NoVNC crashed (Error 1006) after failed upgrade

    During the execution of the upgrade process via GUI, my browser crashed. Since this happend, I am unable to use the NoVNC Console on the node. The error code shown in the console is sometimes "Error 1006". Most of the time the console window shows just "connecting" followed by "disconnecting...