Vova

Results 7 comments of Vova

Okay great, i will answer your mail soon, waiting for our main dev opinion. Probably I will send his telegram or mail for a quick talk about the project and...

Official UVs-sheets for photoposhop without textures for example present here http://counter-strike.net/workshop/workshopresources There is 3D models too. Pls take a look. And I send our main dev telegram to mail. Contact...

Also got connection issue without proxy ``` this._session.startWithCredentials({ accountName: this._config.account_name, password: this._config.account_password, steamGuardCode: SteamTOTP.getAuthCode(this._config.shared_secret), steamGuardMachineToken: hashBuffer, }); this.log.info('Waiting for SteamUser to be connected'); ``` 'Waiting for SteamUser to be connected'...

Events for 'timeout' and 'error' were declared right after startWithCredentials(), but wasn't triggered. Maybe they should be put before the login or one more catch should be added directly to...

> 1. Your proxy 403 issues are your proxy's fault. I can put auto-proxy-retries on the to-do list, but I can't guarantee I'll get to it anytime soon. Your proxy's...

> All I can suggest is that you check your environment. Maybe you're using an old node version somehow randomly. > > The only reason you'd get `jobIdBuffer.readBigInt64BE is not...

Just in case anyone has a similar problem and used pm2 during nodejs update `pm2 restart app --update-env` It will update $PATH variable with the new Node.js path. Triggered few...