csfloat / inspect

Source Code that Powers the CSFloat Inspect Link API
https://csgofloat.com
MIT License
392 stars 118 forks source link

error when starting docker container #196

Closed DJTaDJuk closed 7 months ago

DJTaDJuk commented 8 months ago

have this shen try to start container image

tryed change proxies, update docker and container. It worked month ago, but now not. How can i solve this problem?

lyeskin commented 8 months ago

@DJTaDJuk probably your postgres server is not running

dNhCm commented 8 months ago

@lyeskin I have the same problem, but the postgres db is still working. But steam bots get offline too quickly..

lyeskin commented 8 months ago

@dNhCm I fixed it by restarting postgres container only, but you also can look for a node-steam-user update (https://github.com/DoctorMcKay/node-steam-user/releases). You should just update package.lock in the current repository: globaloffensive to version 3.0.0 and steam-user to 5.0.7 Then build your own docker image and push it to your registry and then run your own image. I did this as well.