PhlexPlexico / G5V

A front-end for G5API to manage matches/seasons/tournaments for CS:GO
MIT License
56 stars 29 forks source link

[BUG]Error login steam #44

Closed furzich2015 closed 3 years ago

furzich2015 commented 3 years ago

Hello. After I wanted to start it again after a short break to check the discord bot, I got an error when logging into Steam. image ERROR: image image image Configs: image image

PhlexPlexico commented 3 years ago

Hi!

This problem is rather unfortunate since I was running into this issue as well sometime ago (seen here: https://github.com/PhlexPlexico/G5API/issues/11). I luckily had the opportunity to change machines and it seems it was working fine for me. However, looking in passport-steam's repository, I can see that this may be an issue with time on your system.

See the comment from someone having the issue you're facing here: https://github.com/liamcurry/passport-steam/issues/68#issuecomment-658367752

furzich2015 commented 3 years ago

Ohh, okay, i try fix it

furzich2015 commented 3 years ago

Yeah, i fix it ^^ Need install NTP (if not installed) sudo apt install ntp and settings pool sudo nano /etc/ntp.conf: server 0.europe.pool.ntp.org server 1.europe.pool.ntp.org server 2.europe.pool.ntp.org server 3.europe.pool.ntp.org

PhlexPlexico commented 3 years ago

Awesome to hear! Glad it was fixed.