dimaslesmana / steamhourboost-discord

Steam Hour Booster with Discord bot integration
23 stars 5 forks source link

Reconnecting problem. #6

Closed Andriuxas closed 2 months ago

Andriuxas commented 1 year ago

I'm having reconnecting problem. After some time it writes reconnecting and asks to enter steam guard again. Would It be possible to fix it? image

dimaslesmana commented 1 year ago

I'm having reconnecting problem. After some time it writes reconnecting and asks to enter steam guard again. Would It be possible to fix it? image

Because the authentication method using the login key is deprecated (https://github.com/DoctorMcKay/node-steam-user#login-key-deprecation), I have replaced it by using a refresh token. You can see the implementation in the development branch of this repository.

Andriuxas commented 1 year ago

Is it possible to fix?

dimaslesmana commented 1 year ago

Is it possible to fix?

Yes, by using the refresh token authentication method instead of login key.

Andriuxas commented 1 year ago

I'm having reconnecting problem. After some time it writes reconnecting and asks to enter steam guard again. Would It be possible to fix it? image

Because the authentication method using the login key is deprecated (https://github.com/DoctorMcKay/node-steam-user#login-key-deprecation), I have replaced it by using a refresh token. You can see the implementation in the development branch of this repository.

So you have implemented already to this repository refresh token?

dimaslesmana commented 1 year ago

I'm having reconnecting problem. After some time it writes reconnecting and asks to enter steam guard again. Would It be possible to fix it? image

Because the authentication method using the login key is deprecated (https://github.com/DoctorMcKay/node-steam-user#login-key-deprecation), I have replaced it by using a refresh token. You can see the implementation in the development branch of this repository.

So you have implemented already to this repository refresh token?

Yes.

Andriuxas commented 1 year ago

So I have to downloaded your latest build right and it should work fine? image

dimaslesmana commented 1 year ago

Change to the development branch first, then download the source code from that branch.

Andriuxas commented 1 year ago

Alright thanks I was dumb. :D

Andriuxas commented 1 year ago

I have one more question. Is it possible to boost game for example csgo, and play at the same time other game?

dimaslesmana commented 1 year ago

I have one more question. Is it possible to boost game for example csgo, and play at the same time other game?

No. If you try to force playing another game while the boost is running, the boost session will be kicked and will attempt to reconnect in 40 minutes.