Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

panel container crashing #46

Open
sacckth opened this issue Oct 11, 2024 · 1 comment
Open

panel container crashing #46

sacckth opened this issue Oct 11, 2024 · 1 comment

Comments

@sacckth
Copy link

sacckth commented Oct 11, 2024

root@bugatti9:/usr/local/bugatti9/sros-anysec-macsec-lab# docker logs panel

> [email protected] preview
> vite preview --host 0.0.0.0

  ➜  Local:   http://localhost:4173/
  ➜  Network: http://172.50.50.33:4173/
TypeError: fetch failed
    at node:internal/deps/undici/undici:12500:13
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async resolve2 (file:///app/.svelte-kit/output/server/index.js:2781:14)
    at async respond (file:///app/.svelte-kit/output/server/index.js:2605:22)
    at async fetch (file:///app/.svelte-kit/output/server/index.js:2365:26) {
  [cause]: Error: connect ECONNREFUSED 127.0.1.1:54173
      at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1605:16) {
    errno: -111,
    code: 'ECONNREFUSED',
    syscall: 'connect',
    address: '127.0.1.1',
    port: 54173
  }
}
TypeError: Cannot read properties of undefined (reading 'vll')
    at file:///app/.svelte-kit/output/server/entries/pages/_page.svelte.js:50:329
    at each (file:///app/.svelte-kit/output/server/chunks/ssr.js:63:12)
    at file:///app/.svelte-kit/output/server/entries/pages/_page.svelte.js:48:13
    at Object.$$render (file:///app/.svelte-kit/output/server/chunks/ssr.js:93:18)
    at file:///app/.svelte-kit/output/server/entries/pages/_page.svelte.js:107:111
    at Object.$$render (file:///app/.svelte-kit/output/server/chunks/ssr.js:93:18)
    at Object.default (file:///app/.svelte-kit/output/server/chunks/internal.js:73:98)
    at file:///app/.svelte-kit/output/server/entries/pages/_layout.svelte.js:3:42
    at Object.$$render (file:///app/.svelte-kit/output/server/chunks/ssr.js:93:18)
    at file:///app/.svelte-kit/output/server/chunks/internal.js:62:121
2024/10/11 00:04:06 pe1:57400: context deadline exceeded
@sacckth
Copy link
Author

sacckth commented Oct 11, 2024

❯ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 22.04.5 LTS
Release:	22.04
Codename:	jammy
❯ uname -a
Linux bugatti9 5.15.0-122-generic #132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
❯ clab version
  ____ ___  _   _ _____  _    ___ _   _ _____ ____  _       _
 / ___/ _ \| \ | |_   _|/ \  |_ _| \ | | ____|  _ \| | __ _| |__
| |  | | | |  \| | | | / _ \  | ||  \| |  _| | |_) | |/ _` | '_ \
| |__| |_| | |\  | | |/ ___ \ | || |\  | |___|  _ <| | (_| | |_) |
 \____\___/|_| \_| |_/_/   \_\___|_| \_|_____|_| \_\_|\__,_|_.__/

    version: 0.57.5
     commit: fbca124e
       date: 2024-09-30T10:53:07Z
     source: https://github.com/srl-labs/containerlab
 rel. notes: https://containerlab.dev/rn/0.57/#0575
❯ docker version
Client: Docker Engine - Community
 Version:           27.3.1
 API version:       1.47
 Go version:        go1.22.7
 Git commit:        ce12230
 Built:             Fri Sep 20 11:41:00 2024
 OS/Arch:           linux/amd64
 Context:           default

Server: Docker Engine - Community
 Engine:
  Version:          27.3.1
  API version:      1.47 (minimum version 1.24)
  Go version:       go1.22.7
  Git commit:       41ca978
  Built:            Fri Sep 20 11:41:00 2024
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          1.7.22
  GitCommit:        7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c
 runc:
  Version:          1.1.14
  GitCommit:        v1.1.14-0-g2c9f560
 docker-init:
  Version:          0.19.0
  GitCommit:        de40ad0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant