-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't login - "Encrypted message authentication failed" #6
Comments
I am not sure what the error refers to exactly. I don't have enough experience with Portainer and definitely not NAS. The folder structure inside the image is described in the example docker-compose.yml:
So, you should mount these files/directories to your host. |
steam-data and tokens are folders or files?
…On Tue, 15 Oct 2024 at 11:42 DrWarpMan ***@***.***> wrote:
I am not sure what the error refers to exactly. I don't have enough
experience with Portainer and definitely not NAS.
Could it be that your directory /data/compose/3/tokens does not exist on
host?
The folder structure inside the image is described in the example
docker-compose.yml
<https://github.com/DrWarpMan/steam-hour-booster/blob/24691b82d612104426c079bb09a140b7c8779d66/docker-compose.yml>
:
/app/steam-data
/app/config.json
/app/tokens
So, you should mount these files/directories to your host.
—
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKRXGATEJLNW4O46IZETL2LZ3TIRBAVCNFSM6AAAAABP52H3TCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMJTGI3DAMRXGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
|
Does everything need to be in an app folder? |
Well, technically you can change the directories with environment variables, but you shouldn't have to. It seems like the cause of your problem is something different. Are you able to provide the docker compose file of the created container or something? Anything that helps me see how did you setup the docker. |
Tried running it in an ubuntu docker vm and got this error after logging in:
|
I am not really sure what is the reason behind this, as I am not able to replicate it. Another user was reporting it here, but they claim that the booster works even through the error. Do you use the family sharing feature perhaps as well? |
I tried with the .env file too but it didn’t help.
I’m using the docker compose file you provide in docker url inside the
readme, I can record a video of trying to deploy it if you want
…On Tue, 15 Oct 2024 at 10:32 PM DrWarpMan ***@***.***> wrote:
Well, technically you can change the directories with environment
variables
<https://github.com/DrWarpMan/steam-hour-booster#environment-variables>,
but you shouldn't have to. It seems like the cause of your problem is
something different.
Are you able to provide the docker compose file of the created container
or something? Anything that helps me see how did you setup the docker.
—
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKRXGAUH2NPKZA6INIU7I5DZ3VUTBAVCNFSM6AAAAABP52H3TCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMJUHA2DKNRRGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Yea I got family sharing with other accounts but I’m the main dude |
I will attempt to test it with a game I own on my main just in case |
You may also try to run the following script with Bun: bun test.js // test.js
import Steam from "steam-user";
const steam = new Steam({
dataDirectory: "./data", // remove the directory after testing
protocol: Steam.EConnectionProtocol.TCP
});
steam.logOn({
accountName: "your_username",
password: "your_password"
});
steam.on("loggedOn", () => {
console.log("Logged in");
})
steam.gamesPlayed([730]); // currently, CS:GO - replace with the exact game list that you specified when running 'steam-hour-booster' And see if the same "encryption" error occurs again. |
Make a new test.js file and try running that? Also how to I run a separate
script with bun?
…On Wed, 16 Oct 2024 at 10:45 AM DrWarpMan ***@***.***> wrote:
You may also try to run the following script with Bun:
// test.jsimport Steam from "steam-user";
const steam = new Steam({
dataDirectory: "./data", // remove the directory after testing
protocol: Steam.EConnectionProtocol.TCP});
steam.logOn({
accountName: "your_username",
password: "your_password"});
steam.on("loggedOn", () => {
console.log("Logged in");})
steam.gamesPlayed([730]); // currently, CS:GO - replace with the exact game list that you specified when running 'steam-hour-booster'
And see if the same "encryption" error occurs again.
—
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKRXGARNK5XLTA7VY2R5WZ3Z3YKSVAVCNFSM6AAAAABP52H3TCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMJVHE4DCMZUHA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Just create a new file called bun test.js |
Still same error:
Im trying these IDs: |
Okay, one last thing, could you test the following?
{
"dependencies": {
"steam-user": "^5.2.0"
},
"type": "module"
}
And report back whether the error occurs. |
Alr after logging in nothing happens, it didn't crash but it doesn't look like it is farming anything |
@TomerGamerTV you did these exact steps, launched |
Yep I followed everything you said, logged in and then nothing happens |
I made a mistake in my code snippet, the |
After a debug session with @TomerGamerTV outside of GitHub, it seems the reason for this is Bun's incompatibility with Node's |
I am getting this error in the console:
533B/533B a257f545a1ba Pull complete booster Pulled Network steam-hour-booster_default Creating Network steam-hour-booster_default Created Container steam-hour-booster Creating Container steam-hour-booster Created Container steam-hour-booster Starting Error response from daemon: Bind mount failed: '/data/compose/3/tokens' does not exists
Also, can you tell me how the folder structure is supposed to look? I'm on a NAS and it's a bit complicated...
The text was updated successfully, but these errors were encountered: