JustTemmie / steam-presence

A script that takes the game you're playing on steam and displays it on discord
MIT License
243 stars 18 forks source link

Script Error Upon running /installer.sh #27

Closed cyclone018 closed 1 year ago

cyclone018 commented 1 year ago

Trying to get this to work on my arch linux system. Any idea?

Testing if the script works


[Aug 23 2023 - 09:51:25] progam's current folder structure version is up to date...

[Aug 23 2023 - 09:51:25] loading config file Traceback (most recent call last): File "/home/phantom/steam-presence/./main.py", line 1058, in main() File "/home/phantom/steam-presence/./main.py", line 869, in main config = getConfigFile() ^^^^^^^^^^^^^^^ File "/home/phantom/steam-presence/./main.py", line 138, in getConfigFile userSettings = json.load(f) ^^^^^^^^^^^^ File "/usr/lib/python3.11/json/init.py", line 293, in load return loads(fp.read(), ^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/json/init.py", line 346, in loads return _default_decoder.decode(s) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/json/decoder.py", line 353, in raw_decode obj, end = self.scan_once(s, idx) ^^^^^^^^^^^^^^^^^^^^^^ json.decoder.JSONDecodeError: Expecting ':' delimiter: line 5 column 6 (char 141)

Here is my config file: image

cyclone018 commented 1 year ago

Fixed: Used a Kwrite instead of kate. Extremely weird on how the json file was saved and wouldn't open in any other application.