workspaces-issues icon indicating copy to clipboard operation
workspaces-issues copied to clipboard

[Bug] - Invalid wallpaper cause lockout

Open superdinmc opened this issue 1 year ago • 1 comments

Existing Resources

  • [x] Please search the existing issues for related problems
  • [x] Consult the product documentation : Docs
  • [x] Consult the FAQ : FAQ
  • [x] Consult the Troubleshooting Guide : Guide
  • [x] Reviewed existing training videos: Youtube

Describe the bug I have set a new wallpaper using Discord CDN's link, it is no longer available since the image got deleted from the channel. Now I couldn't login since it just say an error occured and log me right out.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Settings'
  2. Find wallpaper setting
  3. Change wallpaper URL to random link
  4. Restart kasm server

Expected behavior Wallpaper fallback to normal

Screenshots It's way too fast

Workspaces Version kasmweb/nginx:1.25.1 kasmweb/share:1.14.0 kasmweb/agent:1.14.0 kasmweb/kasm-guac:1.14.0 kasmweb/manager:1.14.0 kasmweb/api:1.14.0

Workspaces Installation Method Single Server

Client Browser (please complete the following information):

  • OS: Android/Windows
  • Browser Chrome
  • Version Latest

Workspace Server Information (please provide the output of the following commands):

  • uname -a
Linux ampery 5.15.0-1049-oracle #55-Ubuntu SMP Mon Nov 20 19:53:49 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux
  • cat /etc/os-release
PRETTY_NAME="Ubuntu 22.04.3 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.3 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=jammy
  • sudo docker info
Client:
 Version:    24.0.5
 Context:    default
 Debug Mode: false
 Plugins:
  compose: Docker Compose (Docker Inc.)
    Version:  v2.5.0
    Path:     /usr/local/lib/docker/cli-plugins/docker-compose
Server:
 Containers: 40
  Running: 40
  Paused: 0
  Stopped: 0
 Images: 20
 Server Version: 24.0.5
 Storage Driver: overlay2
  Backing Filesystem: extfs
  Supports d_type: true
  Using metacopy: false
  Native Overlay Diff: true
  userxattr: false
 Logging Driver: json-file
 Cgroup Driver: systemd
 Cgroup Version: 2
 Plugins:
  Volume: local
  Network: bridge host ipvlan macvlan null overlay
  Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
 Swarm: inactive
 Runtimes: runc io.containerd.runc.v2
 Default Runtime: runc
 Init Binary: docker-init
 containerd version:
 runc version:
 init version:
 Security Options:
  apparmor
  seccomp
   Profile: builtin
  cgroupns
 Kernel Version: 5.15.0-1049-oracle
 Operating System: Ubuntu 22.04.3 LTS
 OSType: linux
 Architecture: aarch64
 CPUs: 4
 Total Memory: 23.43GiB
 Name: ampery
 ID: 359b330f-9b71-4bee-97cc-fcf46d4f448a
 Docker Root Dir: /var/lib/docker
 Debug Mode: false
 Experimental: false
 Insecure Registries:
  127.0.0.0/8
 Live Restore Enabled: false
  • sudo docker ps | grep kasm
383e228adef7   postgres:12-alpine                    "docker-entrypoint.s…"   2 days ago     Up 2 days (healthy)   5432/tcp                                             kasm_db
5d4fa565d048   kasmweb/nginx:1.25.1                  "/docker-entrypoint.…"   3 weeks ago    Up 2 days             80/tcp, 0.0.0.0:443->443/tcp, :::443->443/tcp        kasm_proxy
40db97847f58   kasmweb/share:1.14.0                  "/bin/sh -c '/usr/bi…"   3 weeks ago    Up 2 days (healthy)   8182/tcp                                             kasm_share
6f718d805b2d   redis:5-alpine                        "docker-entrypoint.s…"   3 weeks ago    Up 2 days             6379/tcp                                             kasm_redis
fe1d8c298bda   kasmweb/agent:1.14.0                  "/bin/sh -c '/usr/bi…"   3 weeks ago    Up 2 days (healthy)   4444/tcp                                             kasm_agent
267d896542f0   kasmweb/kasm-guac:1.14.0              "/dockerentrypoint.sh"   3 weeks ago    Up 2 days (healthy)                                                        kasm_guac
e3f3dd137a18   kasmweb/manager:1.14.0                "/bin/sh -c '/usr/bi…"   3 weeks ago    Up 2 days (healthy)   8181/tcp                                             kasm_manager
6b1ae12e1cb4   kasmweb/api:1.14.0                    "/bin/sh -c '/usr/bi…"   3 weeks ago    Up 2 days (healthy)   8080/tcp                                             kasm_api

Additional context It works well before, even changed to other default wallpapers as well.

superdinmc avatar Feb 16 '24 03:02 superdinmc