JustTemmie / steam-presence

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

Unable to launch main.py #42

Closed KikiLiyue closed 6 months ago

KikiLiyue commented 6 months ago

When I try to launch Main.py through the terminal (Python3 main.py), I get the following error. Traceback (most recent call last): File "/home/kiki/steam-presence/main.py", line 1147, in main() File "/home/kiki/steam-presence/main.py", line 920, in main checkForUpdate() File "/home/kiki/steam-presence/main.py", line 902, in checkForUpdate if int(new) > int(old): ^^^^^^^^

I have tried to delete and git clone the folder to maybe fix it, but it ended not working Screenshot_20240103_224047

JustTemmie commented 6 months ago

i dont have time to look into it right now, for now you can remove the checkforupdate() function call or whatever it's called right under main()

JustTemmie commented 6 months ago

nvm i think i figured it out, i just fucked up the release version yesterday, just git pull it and it should be working

JustTemmie commented 6 months ago

actually you shouldnt have to git pull, it should just work