Skip to content

[Bug]: sensor regex makes invalid json #1952

Description

@obsidianjulua

Description

gpuinfo.sh:195 — the sensors regex is (edge|Package id.*|another keyword). another keyword is a literal placeholder left in shipped code. That's unfinished upstream work, not a misconfiguration. It happens to match on amdgpu (edge) and Intel CPUs (Package id), so most HyDE users never see it. Your combo — AMD CPU (Tctl) with an Intel Arc dGPU (temp1 via i915) — hits neither branch, so temperature comes back empty and cascades into the invalid "percentage", and writes an error log every 5 seconds or so.

Steps to Reproduce

  1. Start HyDe

Expected Behavior

I had claude fix the regex in a user file to parse correctly and get a real number back instead of 0 or errors

Actual Behavior

it reads 0 and writes and error log every 5 seconds

Screenshots

No response

Environment

hyprland_systeminfo.txt

Additional Information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions