fetchcord / FetchCord

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

It has no clue #145

Closed ghost closed 3 years ago

ghost commented 3 years ago

Debug info

fetchcord --debug mrgfy@arcolab


OS: ArcoLinux x86_64 Kernel: 5.11.11-arch1-1 Uptime: 2 hours, 7 mins Packages: 4139 (pacman), 1 (pkg), 19 (flatpak) Shell: fish 3.2.1 Resolution: 1920x1080, 1920x1080 DE: Xfce 4.16 WM: Xfwm4 WM Theme: AshOS-Dark Theme: Sweet-Dark [GTK2], deepin-dark [GTK3] Icons: BeautyLine [GTK2/3] Terminal: guake CPU: AMD Ryzen 3 2300X (4) @ 3.500GHz GPU: AMD ATI Radeon RX 470/480/570/570X/580/580X/590 Memory: 7993MiB / 32033MiB Disk (/): 128G / 219G (62%)

----run_rpc----

uptime in epoch: 1617475819.0 cpuid: 745435867971321866 cpuappid: 741153175779803146 Unknown terminal, contact us on github to resolve this. termappid: 745691250186911796

4139 (pacman), 1 (pkg), 19 (flatpak) ----out.py----

----DE/WM---- deid: Xfce wmid: Xfwm4 wmline item 0: Xfwm4

----TERMINAL----

fontline: Font: N/A Unknown terminal, contact us on github to resolve this. termid: 745691250186911796 termline item 0: guake themeline: AshOS-Dark Sweet-Dark [GTK2], deepin-dark [GTK3]

----GPU INFO----

gpuinfo: Radeon RX 570 Series gpuvendor: amd

----CPU INFO----

cpuvendor: amd cpumodel: Ryzen 3 cpuinfo: AMD Ryzen 3 2300X (4) @ 3.500GHz cpuline item 0: AMD Ryzen 3 2300X (4) @ 3.500GHz memline: 7993MiB / 32033MiB

----OS INFO----

sysosline: ArcoLinux x86_64 sysosid: 745435867971321866 diskline: /): 128G / 219G (62%) packagesline item 0: 4139 (pacman), 1 (pkg), 19 (flatpak)

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

deid: Xfce wmid: Xfwm4

----TERMINAL/SHELL----

Unknown terminal, contact us on github to resolve this. termid: 745691250186911796 shellid: fish

----HOST INFO----

hostid: 742887089179197462

----GPU INFO----

gpuvendor: amd

----CPU INFO----

cpumodel: Ryzen 3

('DEFAULT', ) ('cycle_0', ) ('cycle_1', ) ('cycle_2', ) ('cycle_3', ) Unknown terminal, contact us on github to resolve this.

Unknown motherboard, contact us on github to resolve this. {} cycle0 not in : True try_connect(key="cycle0") on <pypresence.presence.Presence object at 0x7fec1a87b160> cycle 0 try_update(key="cycle0") on <pypresence.presence.Presence object at 0x7fec1a87b160> appid: 745435867971321866 {'cycle0': <pypresence.presence.Presence object at 0x7fec1a87b160>} cycle1 not in : True try_connect(key="cycle1") on <pypresence.presence.Presence object at 0x7fec1a87b280> cycle 1 try_update(key="cycle1") on <pypresence.presence.Presence object at 0x7fec1a87b280> appid: 741153175779803146 ^CClosing connection.

image what my neofetch outputs image

BlivionIaG commented 3 years ago

Hello, your custom neofetch config breaks it because it uses ">" as a separator, it should run fine without the neofetch config argument. It is planned to get rid of that limitation, though its not a priority.