fetchcord / FetchCord

FetchCord grabs your OS info and displays it as Discord Rich Presence
MIT License
325 stars 19 forks source link

Unknown CPU/GPU/battery level #109

Open KitsuneSakul opened 3 years ago

KitsuneSakul commented 3 years ago

Debug info

fetchcord --debug

![cpugpu](https://user-images.githubusercontent.com/17935711/98285671-312b8c80-1fa3-11eb-8072-85e18dcf5af9.png)

----out.py----

----DE/WM----
deid: Plasma
wmid: KWin
wmline item 0: ['WM: KWin ']

----TERMINAL----

fontline: ['Font: N/A']
termid: konsole
termline item 0: Terminal: konsole 
themeline: WM Theme: Gently-Blur Theme: Gently [Plasma], Breath [GTK2/3] 

----HOST INFO----

hostline: Host: Aspire A515-41G V1.09 
batteryline: Battery: N/A
resline: Resolution: 1920x1080 

----GPU INFO----

gpuinfo: GPU: AMD Radeon R7 Graphics GPU: Radeon 500 Series 
gpuvendor: AMDAMD

----CPU INFO----

cpuvendor: AMD
cpumodel: A12-9720P RADEON
cpuinfo: CPU: AMD A12-9720P RADEON R7 4C+8G  @ 2.700GHz 
cpuline item 0: ['CPU: AMD A12-9720P RADEON R7 4C+8G (4) @ 2.700GHz ']
memline: Memory: 3164MiB / 7414MiB 

----OS INFO----

sysosline: OS: Manjaro Linux x86_64
sysosid: Manjaro
diskline: Disk: N/A
packagesline item 0: Packages: 1536 (pacman) 
Unknown GPU, contact us on github to resolve this.
unknown CPU, contact us on github to resolve this.(Keyerror)

----testing.py----
----DE/WM----

deid: Plasma
wmid: KWin

----TERMINAL/SHELL----

termid: konsole
shellid: bash

----HOST INFO----

hostid: Aspire

----GPU INFO----

gpuvendor: AMDAMD

----CPU INFO----

cpumodel: A12-9720P RADEON

neofetch --stdout

OS: Manjaro Linux x86_64 
Host: Aspire A515-41G V1.09 
Kernel: 5.8.6-1-MANJARO 
Uptime: 1 hour, 9 mins 
Packages: 1536 (pacman) 
Shell: bash 5.0.18 
Resolution: 1920x1080 
DE: Plasma 5.20.2 
WM: KWin 
WM Theme: Gently-Blur 
Theme: Gently [Plasma], Breath [GTK2/3] 
Icons: Breeze-Blur-Glassy Dark [Plasma], Breeze-Blur-Glassy Dark [GTK2/3] 
Terminal: konsole 
Terminal Font: Noto Mono 10 
CPU: AMD A12-9720P RADEON R7 4C+8G (4) @ 2.700GHz 
GPU: AMD ATI Radeon 540/540X/550/550X / RX 540X/550/550X 
GPU: AMD ATI Radeon R5/R6/R7 Graphics 
Memory: 3104MiB / 7414MiB

Requested item

After running, FetchCord prints message (as shown below) and is unable to report correct CPU/GPU/has missing images. And battery level shows 'N/A' cpugpu

Other notes

Output from running FetchCord:

Unknown GPU, contact us on github to resolve this.
unknown CPU, contact us on github to resolve this.(Keyerror)
Connecting
('DEFAULT', <Section: DEFAULT>)
('cycle_0', <Section: cycle_0>)
('cycle_1', <Section: cycle_1>)
('cycle_2', <Section: cycle_2>)
('cycle_3', <Section: cycle_3>)
RPC Connection Successful.
BlivionIaG commented 3 years ago

Hello, i'm planning to add A-series soon, i need to release 2.7 first (maybe i'll include them in it)

BlivionIaG commented 3 years ago

@KitsuneSakul Hello can you try with the new fetchcord version ? pip3 install fetchcord --upgrade or pip install fetchcord --upgrade