Giter Club home page Giter Club logo

Comments (13)

heyiamsven avatar heyiamsven commented on August 27, 2024 1

@heyiamsven Can you confirm that the issue is resolved on the latest release?

Issue is resolved on the latest release!

from dashdot.

MauriceNino avatar MauriceNino commented on August 27, 2024

Hey thanks for the issue. Can you try checking df on your host and mount the mountpoints in the container? (e.g. -v /mnt:/host_mnt). You might need to switch to the dev image for it to work (mauricenino/dashdot:dev) - I will release it soon.

from dashdot.

MauriceNino avatar MauriceNino commented on August 27, 2024

Or nvm I see you are running on a single drive. Can you please execute the following command and paste the output?

docker container exec -it dashdot /bin/sh -c 'apk add git && git clone https://github.com/MauriceNino/disk-info /disk-info && cd /disk-info && npm i && node .'

from dashdot.

heyiamsven avatar heyiamsven commented on August 27, 2024

Output:

root@odroidn2:/# docker container exec -it dashdot /bin/sh -c 'apk add git && git clone https://github.com/MauriceNino/disk-info /disk-info2 && cd /disk-info2 && npm i && node .'
OK: 81 MiB in 67 packages
Cloning into '/disk-info2'...
remote: Enumerating objects: 6, done.
remote: Counting objects: 100% (6/6), done.
remote: Compressing objects: 100% (5/5), done.
remote: Total 6 (delta 0), reused 6 (delta 0), pack-reused 0
Receiving objects: 100% (6/6), done.

added 1 package, and audited 2 packages in 873ms

1 package is looking for funding
run npm fund for details

found 0 vulnerabilities
npm notice
npm notice New minor version of npm available! 8.11.0 -> 8.12.1
npm notice Changelog: https://github.com/npm/cli/releases/tag/v8.12.1
npm notice Run npm install -g [email protected] to update!
npm notice
Disks []
Sizes [
  {
    fs: 'overlay',
    type: 'overlay',
    size: 124272218112,
    used: 7897223168,
    available: 115075604480,
    use: 6.42,
    mount: '/'
  },
  {
    fs: '/dev/mmcblk0p1',
    type: 'ext4',
    size: 124272218112,
    used: 7897223168,
    available: 115075604480,
    use: 6.42,
    mount: '/etc/os-release'
  }
]

from dashdot.

MauriceNino avatar MauriceNino commented on August 27, 2024

Please run the following command and paste the output again:

docker container exec -it dashdot /bin/sh -c "export LC_ALL=C; lsblk -ablJO 2>/dev/null; unset LC_ALL"

from dashdot.

heyiamsven avatar heyiamsven commented on August 27, 2024
Output
root@odroidn2:~# docker container exec -it dashdot /bin/sh -c "export LC_ALL=C; lsblk -ablJO 2>/dev/null; unset LC_ALL"
{
  "blockdevices": [
    {
      "alignment": 0,
      "disc-aln": 0,
      "dax": false,
      "disc-gran": 0,
      "disc-max": 0,
      "disc-zero": false,
      "fsavail": null,
      "fsroots": [null],
      "fssize": null,
      "fstype": null,
      "fsused": null,
      "fsuse%": null,
      "fsver": null,
      "group": "disk",
      "hctl": null,
      "hotplug": false,
      "kname": "loop0",
      "label": null,
      "log-sec": 512,
      "maj:min": "7:0",
      "min-io": 512,
      "mode": "brw-rw----",
      "model": null,
      "name": "loop0",
      "opt-io": 0,
      "owner": "root",
      "partflags": null,
      "partlabel": null,
      "parttype": null,
      "parttypename": null,
      "partuuid": null,
      "path": "/dev/loop0",
      "phy-sec": 512,
      "pkname": null,
      "pttype": null,
      "ptuuid": null,
      "ra": 128,
      "rand": false,
      "rev": null,
      "rm": false,
      "ro": false,
      "rota": true,
      "rq-size": 256,
      "sched": "mq-deadline",
      "serial": null,
      "size": 0,
      "start": null,
      "state": null,
      "subsystems": "block",
      "mountpoint": null,
      "mountpoints": [null],
      "tran": null,
      "type": "loop",
      "uuid": null,
      "vendor": null,
      "wsame": 0,
      "wwn": null,
      "zoned": "none",
      "zone-sz": 0,
      "zone-wgran": null,
      "zone-app": 0,
      "zone-nr": 0,
      "zone-omax": 0,
      "zone-amax": 0
    },
    {
      "alignment": 0,
      "disc-aln": 0,
      "dax": false,
      "disc-gran": 0,
      "disc-max": 0,
      "disc-zero": false,
      "fsavail": null,
      "fsroots": [null],
      "fssize": null,
      "fstype": null,
      "fsused": null,
      "fsuse%": null,
      "fsver": null,
      "group": "disk",
      "hctl": null,
      "hotplug": false,
      "kname": "loop1",
      "label": null,
      "log-sec": 512,
      "maj:min": "7:1",
      "min-io": 512,
      "mode": "brw-rw----",
      "model": null,
      "name": "loop1",
      "opt-io": 0,
      "owner": "root",
      "partflags": null,
      "partlabel": null,
      "parttype": null,
      "parttypename": null,
      "partuuid": null,
      "path": "/dev/loop1",
      "phy-sec": 512,
      "pkname": null,
      "pttype": null,
      "ptuuid": null,
      "ra": 128,
      "rand": false,
      "rev": null,
      "rm": false,
      "ro": false,
      "rota": true,
      "rq-size": 256,
      "sched": "mq-deadline",
      "serial": null,
      "size": 0,
      "start": null,
      "state": null,
      "subsystems": "block",
      "mountpoint": null,
      "mountpoints": [null],
      "tran": null,
      "type": "loop",
      "uuid": null,
      "vendor": null,
      "wsame": 0,
      "wwn": null,
      "zoned": "none",
      "zone-sz": 0,
      "zone-wgran": null,
      "zone-app": 0,
      "zone-nr": 0,
      "zone-omax": 0,
      "zone-amax": 0
    },
    {
      "alignment": 0,
      "disc-aln": 0,
      "dax": false,
      "disc-gran": 0,
      "disc-max": 0,
      "disc-zero": false,
      "fsavail": null,
      "fsroots": [null],
      "fssize": null,
      "fstype": null,
      "fsused": null,
      "fsuse%": null,
      "fsver": null,
      "group": "disk",
      "hctl": null,
      "hotplug": false,
      "kname": "loop2",
      "label": null,
      "log-sec": 512,
      "maj:min": "7:2",
      "min-io": 512,
      "mode": "brw-rw----",
      "model": null,
      "name": "loop2",
      "opt-io": 0,
      "owner": "root",
      "partflags": null,
      "partlabel": null,
      "parttype": null,
      "parttypename": null,
      "partuuid": null,
      "path": "/dev/loop2",
      "phy-sec": 512,
      "pkname": null,
      "pttype": null,
      "ptuuid": null,
      "ra": 128,
      "rand": false,
      "rev": null,
      "rm": false,
      "ro": false,
      "rota": true,
      "rq-size": 256,
      "sched": "mq-deadline",
      "serial": null,
      "size": 0,
      "start": null,
      "state": null,
      "subsystems": "block",
      "mountpoint": null,
      "mountpoints": [null],
      "tran": null,
      "type": "loop",
      "uuid": null,
      "vendor": null,
      "wsame": 0,
      "wwn": null,
      "zoned": "none",
      "zone-sz": 0,
      "zone-wgran": null,
      "zone-app": 0,
      "zone-nr": 0,
      "zone-omax": 0,
      "zone-amax": 0
    },
    {
      "alignment": 0,
      "disc-aln": 0,
      "dax": false,
      "disc-gran": 0,
      "disc-max": 0,
      "disc-zero": false,
      "fsavail": null,
      "fsroots": [null],
      "fssize": null,
      "fstype": null,
      "fsused": null,
      "fsuse%": null,
      "fsver": null,
      "group": "disk",
      "hctl": null,
      "hotplug": false,
      "kname": "loop3",
      "label": null,
      "log-sec": 512,
      "maj:min": "7:3",
      "min-io": 512,
      "mode": "brw-rw----",
      "model": null,
      "name": "loop3",
      "opt-io": 0,
      "owner": "root",
      "partflags": null,
      "partlabel": null,
      "parttype": null,
      "parttypename": null,
      "partuuid": null,
      "path": "/dev/loop3",
      "phy-sec": 512,
      "pkname": null,
      "pttype": null,
      "ptuuid": null,
      "ra": 128,
      "rand": false,
      "rev": null,
      "rm": false,
      "ro": false,
      "rota": true,
      "rq-size": 256,
      "sched": "mq-deadline",
      "serial": null,
      "size": 0,
      "start": null,
      "state": null,
      "subsystems": "block",
      "mountpoint": null,
      "mountpoints": [null],
      "tran": null,
      "type": "loop",
      "uuid": null,
      "vendor": null,
      "wsame": 0,
      "wwn": null,
      "zoned": "none",
      "zone-sz": 0,
      "zone-wgran": null,
      "zone-app": 0,
      "zone-nr": 0,
      "zone-omax": 0,
      "zone-amax": 0
    },
    {
      "alignment": 0,
      "disc-aln": 0,
      "dax": false,
      "disc-gran": 0,
      "disc-max": 0,
      "disc-zero": false,
      "fsavail": null,
      "fsroots": [null],
      "fssize": null,
      "fstype": null,
      "fsused": null,
      "fsuse%": null,
      "fsver": null,
      "group": "disk",
      "hctl": null,
      "hotplug": false,
      "kname": "loop4",
      "label": null,
      "log-sec": 512,
      "maj:min": "7:4",
      "min-io": 512,
      "mode": "brw-rw----",
      "model": null,
      "name": "loop4",
      "opt-io": 0,
      "owner": "root",
      "partflags": null,
      "partlabel": null,
      "parttype": null,
      "parttypename": null,
      "partuuid": null,
      "path": "/dev/loop4",
      "phy-sec": 512,
      "pkname": null,
      "pttype": null,
      "ptuuid": null,
      "ra": 128,
      "rand": false,
      "rev": null,
      "rm": false,
      "ro": false,
      "rota": true,
      "rq-size": 256,
      "sched": "mq-deadline",
      "serial": null,
      "size": 0,
      "start": null,
      "state": null,
      "subsystems": "block",
      "mountpoint": null,
      "mountpoints": [null],
      "tran": null,
      "type": "loop",
      "uuid": null,
      "vendor": null,
      "wsame": 0,
      "wwn": null,
      "zoned": "none",
      "zone-sz": 0,
      "zone-wgran": null,
      "zone-app": 0,
      "zone-nr": 0,
      "zone-omax": 0,
      "zone-amax": 0
    },
    {
      "alignment": 0,
      "disc-aln": 0,
      "dax": false,
      "disc-gran": 0,
      "disc-max": 0,
      "disc-zero": false,
      "fsavail": null,
      "fsroots": [null],
      "fssize": null,
      "fstype": null,
      "fsused": null,
      "fsuse%": null,
      "fsver": null,
      "group": "disk",
      "hctl": null,
      "hotplug": false,
      "kname": "loop5",
      "label": null,
      "log-sec": 512,
      "maj:min": "7:5",
      "min-io": 512,
      "mode": "brw-rw----",
      "model": null,
      "name": "loop5",
      "opt-io": 0,
      "owner": "root",
      "partflags": null,
      "partlabel": null,
      "parttype": null,
      "parttypename": null,
      "partuuid": null,
      "path": "/dev/loop5",
      "phy-sec": 512,
      "pkname": null,
      "pttype": null,
      "ptuuid": null,
      "ra": 128,
      "rand": false,
      "rev": null,
      "rm": false,
      "ro": false,
      "rota": true,
      "rq-size": 256,
      "sched": "mq-deadline",
      "serial": null,
      "size": 0,
      "start": null,
      "state": null,
      "subsystems": "block",
      "mountpoint": null,
      "mountpoints": [null],
      "tran": null,
      "type": "loop",
      "uuid": null,
      "vendor": null,
      "wsame": 0,
      "wwn": null,
      "zoned": "none",
      "zone-sz": 0,
      "zone-wgran": null,
      "zone-app": 0,
      "zone-nr": 0,
      "zone-omax": 0,
      "zone-amax": 0
    },
    {
      "alignment": 0,
      "disc-aln": 0,
      "dax": false,
      "disc-gran": 0,
      "disc-max": 0,
      "disc-zero": false,
      "fsavail": null,
      "fsroots": [null],
      "fssize": null,
      "fstype": null,
      "fsused": null,
      "fsuse%": null,
      "fsver": null,
      "group": "disk",
      "hctl": null,
      "hotplug": false,
      "kname": "loop6",
      "label": null,
      "log-sec": 512,
      "maj:min": "7:6",
      "min-io": 512,
      "mode": "brw-rw----",
      "model": null,
      "name": "loop6",
      "opt-io": 0,
      "owner": "root",
      "partflags": null,
      "partlabel": null,
      "parttype": null,
      "parttypename": null,
      "partuuid": null,
      "path": "/dev/loop6",
      "phy-sec": 512,
      "pkname": null,
      "pttype": null,
      "ptuuid": null,
      "ra": 128,
      "rand": false,
      "rev": null,
      "rm": false,
      "ro": false,
      "rota": true,
      "rq-size": 256,
      "sched": "mq-deadline",
      "serial": null,
      "size": 0,
      "start": null,
      "state": null,
      "subsystems": "block",
      "mountpoint": null,
      "mountpoints": [null],
      "tran": null,
      "type": "loop",
      "uuid": null,
      "vendor": null,
      "wsame": 0,
      "wwn": null,
      "zoned": "none",
      "zone-sz": 0,
      "zone-wgran": null,
      "zone-app": 0,
      "zone-nr": 0,
      "zone-omax": 0,
      "zone-amax": 0
    },
    {
      "alignment": 0,
      "disc-aln": 0,
      "dax": false,
      "disc-gran": 0,
      "disc-max": 0,
      "disc-zero": false,
      "fsavail": null,
      "fsroots": [null],
      "fssize": null,
      "fstype": null,
      "fsused": null,
      "fsuse%": null,
      "fsver": null,
      "group": "disk",
      "hctl": null,
      "hotplug": false,
      "kname": "loop7",
      "label": null,
      "log-sec": 512,
      "maj:min": "7:7",
      "min-io": 512,
      "mode": "brw-rw----",
      "model": null,
      "name": "loop7",
      "opt-io": 0,
      "owner": "root",
      "partflags": null,
      "partlabel": null,
      "parttype": null,
      "parttypename": null,
      "partuuid": null,
      "path": "/dev/loop7",
      "phy-sec": 512,
      "pkname": null,
      "pttype": null,
      "ptuuid": null,
      "ra": 128,
      "rand": false,
      "rev": null,
      "rm": false,
      "ro": false,
      "rota": true,
      "rq-size": 256,
      "sched": "mq-deadline",
      "serial": null,
      "size": 0,
      "start": null,
      "state": null,
      "subsystems": "block",
      "mountpoint": null,
      "mountpoints": [null],
      "tran": null,
      "type": "loop",
      "uuid": null,
      "vendor": null,
      "wsame": 0,
      "wwn": null,
      "zoned": "none",
      "zone-sz": 0,
      "zone-wgran": null,
      "zone-app": 0,
      "zone-nr": 0,
      "zone-omax": 0,
      "zone-amax": 0
    },
    {
      "alignment": 0,
      "disc-aln": 0,
      "dax": false,
      "disc-gran": 4194304,
      "disc-max": 3741319168,
      "disc-zero": false,
      "fsavail": null,
      "fsroots": [null],
      "fssize": null,
      "fstype": null,
      "fsused": null,
      "fsuse%": null,
      "fsver": null,
      "group": "disk",
      "hctl": null,
      "hotplug": true,
      "kname": "mmcblk0",
      "label": null,
      "log-sec": 512,
      "maj:min": "179:0",
      "min-io": 512,
      "mode": "brw-rw----",
      "model": null,
      "name": "mmcblk0",
      "opt-io": 0,
      "owner": "root",
      "partflags": null,
      "partlabel": null,
      "parttype": null,
      "parttypename": null,
      "partuuid": null,
      "path": "/dev/mmcblk0",
      "phy-sec": 512,
      "pkname": null,
      "pttype": "dos",
      "ptuuid": "cbf654cd",
      "ra": 128,
      "rand": false,
      "rev": null,
      "rm": false,
      "ro": false,
      "rota": false,
      "rq-size": 64,
      "sched": "none",
      "serial": "0xaceb3869",
      "size": 127865454592,
      "start": null,
      "state": null,
      "subsystems": "block:mmc:mmc_host:platform",
      "mountpoint": null,
      "mountpoints": [null],
      "tran": null,
      "type": "disk",
      "uuid": null,
      "vendor": null,
      "wsame": 0,
      "wwn": null,
      "zoned": "none",
      "zone-sz": 0,
      "zone-wgran": null,
      "zone-app": 0,
      "zone-nr": 0,
      "zone-omax": 0,
      "zone-amax": 0
    },
    {
      "alignment": 0,
      "disc-aln": 0,
      "dax": false,
      "disc-gran": 4194304,
      "disc-max": 3741319168,
      "disc-zero": false,
      "fsavail": "115075133440",
      "fsroots": [
        "/var/lib/docker/containers/c50a3aaf37ee17b0399defe18bc701a1fdcf732d9e7e806850a535e94db845b3/hosts",
        "/var/lib/docker/containers/c50a3aaf37ee17b0399defe18bc701a1fdcf732d9e7e806850a535e94db845b3/hostname",
        "/var/lib/docker/containers/c50a3aaf37ee17b0399defe18bc701a1fdcf732d9e7e806850a535e94db845b3/resolv.conf",
        "/etc/os-release"
      ],
      "fssize": "124272218112",
      "fstype": "ext4",
      "fsused": "7897694208",
      "fsuse%": "6%",
      "fsver": null,
      "group": "disk",
      "hctl": null,
      "hotplug": true,
      "kname": "mmcblk0p1",
      "label": null,
      "log-sec": 512,
      "maj:min": "179:1",
      "min-io": 512,
      "mode": "brw-rw----",
      "model": null,
      "name": "mmcblk0p1",
      "opt-io": 0,
      "owner": "root",
      "partflags": null,
      "partlabel": null,
      "parttype": "0x83",
      "parttypename": null,
      "partuuid": "cbf654cd-01",
      "path": "/dev/mmcblk0p1",
      "phy-sec": 512,
      "pkname": "mmcblk0",
      "pttype": null,
      "ptuuid": null,
      "ra": 128,
      "rand": false,
      "rev": null,
      "rm": false,
      "ro": false,
      "rota": false,
      "rq-size": 64,
      "sched": "none",
      "serial": null,
      "size": 126579900416,
      "start": 8192,
      "state": null,
      "subsystems": "block:mmc:mmc_host:platform",
      "mountpoint": "/etc/hosts",
      "mountpoints": [
        "/etc/hosts",
        "/etc/hostname",
        "/etc/resolv.conf",
        "/etc/os-release"
      ],
      "tran": null,
      "type": "part",
      "uuid": "9576c5ad-92ed-47f0-91aa-c3d36e5bcf7a",
      "vendor": null,
      "wsame": 0,
      "wwn": null,
      "zoned": "none",
      "zone-sz": 0,
      "zone-wgran": null,
      "zone-app": 0,
      "zone-nr": 0,
      "zone-omax": 0,
      "zone-amax": 0
    },
    {
      "alignment": 0,
      "disc-aln": 0,
      "dax": false,
      "disc-gran": 4096,
      "disc-max": 2199023255040,
      "disc-zero": false,
      "fsavail": null,
      "fsroots": [null],
      "fssize": null,
      "fstype": "swap",
      "fsused": null,
      "fsuse%": null,
      "fsver": null,
      "group": "disk",
      "hctl": null,
      "hotplug": false,
      "kname": "zram0",
      "label": null,
      "log-sec": 4096,
      "maj:min": "252:0",
      "min-io": 4096,
      "mode": "brw-rw----",
      "model": null,
      "name": "zram0",
      "opt-io": 4096,
      "owner": "root",
      "partflags": null,
      "partlabel": null,
      "parttype": null,
      "parttypename": null,
      "partuuid": null,
      "path": "/dev/zram0",
      "phy-sec": 4096,
      "pkname": null,
      "pttype": null,
      "ptuuid": null,
      "ra": 128,
      "rand": false,
      "rev": null,
      "rm": false,
      "ro": false,
      "rota": false,
      "rq-size": 128,
      "sched": null,
      "serial": null,
      "size": 1983881216,
      "start": null,
      "state": null,
      "subsystems": "block",
      "mountpoint": "[SWAP]",
      "mountpoints": ["[SWAP]"],
      "tran": null,
      "type": "disk",
      "uuid": "c03b8014-9d51-428a-9e5a-0771de77ee5c",
      "vendor": null,
      "wsame": 0,
      "wwn": null,
      "zoned": "none",
      "zone-sz": 0,
      "zone-wgran": null,
      "zone-app": 0,
      "zone-nr": 0,
      "zone-omax": 0,
      "zone-amax": 0
    },
    {
      "alignment": 0,
      "disc-aln": 0,
      "dax": false,
      "disc-gran": 4096,
      "disc-max": 2199023255040,
      "disc-zero": false,
      "fsavail": null,
      "fsroots": [null],
      "fssize": null,
      "fstype": "ext4",
      "fsused": null,
      "fsuse%": null,
      "fsver": null,
      "group": "disk",
      "hctl": null,
      "hotplug": false,
      "kname": "zram1",
      "label": "log2ram",
      "log-sec": 4096,
      "maj:min": "252:1",
      "min-io": 4096,
      "mode": "brw-rw----",
      "model": null,
      "name": "zram1",
      "opt-io": 4096,
      "owner": "root",
      "partflags": null,
      "partlabel": null,
      "parttype": null,
      "parttypename": null,
      "partuuid": null,
      "path": "/dev/zram1",
      "phy-sec": 4096,
      "pkname": null,
      "pttype": null,
      "ptuuid": null,
      "ra": 128,
      "rand": false,
      "rev": null,
      "rm": false,
      "ro": false,
      "rota": false,
      "rq-size": 128,
      "sched": null,
      "serial": null,
      "size": 52428800,
      "start": null,
      "state": null,
      "subsystems": "block",
      "mountpoint": null,
      "mountpoints": [null],
      "tran": null,
      "type": "disk",
      "uuid": "fb5b2d00-9262-4e29-ba4f-7ef91ba29afa",
      "vendor": null,
      "wsame": 0,
      "wwn": null,
      "zoned": "none",
      "zone-sz": 0,
      "zone-wgran": null,
      "zone-app": 0,
      "zone-nr": 0,
      "zone-omax": 0,
      "zone-amax": 0
    },
    {
      "alignment": 0,
      "disc-aln": 0,
      "dax": false,
      "disc-gran": 4096,
      "disc-max": 2199023255040,
      "disc-zero": false,
      "fsavail": null,
      "fsroots": [null],
      "fssize": null,
      "fstype": null,
      "fsused": null,
      "fsuse%": null,
      "fsver": null,
      "group": "disk",
      "hctl": null,
      "hotplug": false,
      "kname": "zram2",
      "label": null,
      "log-sec": 4096,
      "maj:min": "252:2",
      "min-io": 4096,
      "mode": "brw-rw----",
      "model": null,
      "name": "zram2",
      "opt-io": 4096,
      "owner": "root",
      "partflags": null,
      "partlabel": null,
      "parttype": null,
      "parttypename": null,
      "partuuid": null,
      "path": "/dev/zram2",
      "phy-sec": 4096,
      "pkname": null,
      "pttype": null,
      "ptuuid": null,
      "ra": 128,
      "rand": false,
      "rev": null,
      "rm": false,
      "ro": false,
      "rota": false,
      "rq-size": 128,
      "sched": null,
      "serial": null,
      "size": 0,
      "start": null,
      "state": null,
      "subsystems": "block",
      "mountpoint": null,
      "mountpoints": [null],
      "tran": null,
      "type": "disk",
      "uuid": null,
      "vendor": null,
      "wsame": 0,
      "wwn": null,
      "zoned": "none",
      "zone-sz": 0,
      "zone-wgran": null,
      "zone-app": 0,
      "zone-nr": 0,
      "zone-omax": 0,
      "zone-amax": 0
    }
  ]
}

from dashdot.

MauriceNino avatar MauriceNino commented on August 27, 2024

Ok I have created an issue in the repository which might have caused the error, which is fixed now. Can you please pull the latest dev image (mauricenino/dashdot:dev) and see if the problem is fixed? If not, please run docker exec CONTAINER yarn cli raw-data --storage and paste the output.

from dashdot.

heyiamsven avatar heyiamsven commented on August 27, 2024

When pulling the latest dev image I receive the following output:

WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
7b3886ae729413518035e31012a9145c21b19febe55d191617cec2f19c61264e

When running docker exec dashdot yarn cli raw-data --storage I get the following output:

docker exec dashdot yarn cli raw-data --storage
yarn run v1.22.19
error Command "cli" not found.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

from dashdot.

MauriceNino avatar MauriceNino commented on August 27, 2024

ah damn, yeah, dev images only work on amd64. I will just release a main version, as there are other changes waiting to be released as well.

from dashdot.

heyiamsven avatar heyiamsven commented on August 27, 2024

Yep, now it is working as it should. Thankyou so much again! <3

fixed

from dashdot.

MauriceNino avatar MauriceNino commented on August 27, 2024

Ok, the new main release has introduced some new errors, so I reverted this bug fix for now on the main release. I will keep it open, but you can stay on that version for now if it works for you.

If the main issue gets resolved (sebhildebrandt/systeminformation#695), I will notify you here, so you can update again.

from dashdot.

MauriceNino avatar MauriceNino commented on August 27, 2024

🎉 This issue has been resolved in version 3.3.3

Please check the changelog for more details.

from dashdot.

MauriceNino avatar MauriceNino commented on August 27, 2024

@heyiamsven Can you confirm that the issue is resolved on the latest release?

from dashdot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.