GreenFrogSB / LMDS

LMDS - Linux Media Delivery System
https://greenfrognest.com
GNU General Public License v3.0
210 stars 45 forks source link

[Bug] Honeygain not working: Error processing authorisation #58

Closed jgabriel98 closed 1 year ago

jgabriel98 commented 1 year ago

Raspberry pi 4, raspbian bullseye lite - both 32 bit and 64 bit.

docker logs honeygain shows: TOU are accepted Error processing authorisation

GreenFrogSB commented 1 year ago

Please check issue #48

jgabriel98 commented 1 year ago

Checked it,

The current honeygain dashboard shows these devices: image the Docker dell Linux is some x86 machine that has nothing to do with this (since i'm trying to run honeygain on a pi4)

So, i've changed the device name, but still got same error:

TOU are accepted Error processing authorisation



##### About the password: i've shuffled it, but the above one contains the same charactes from the original. Also i've added (required so bash command wont break) `'\'` to symbols, turning `Mu0ig)!nla1` into `Mu0ig\)\!nla1`

-----------------------------------------------------

**\[context on why i manually ran the docker command\]**: I've found your repository from your comment on [this reddit thread](https://www.reddit.com/r/Honeygain/comments/tj8vfa/how_to_install_honeygain_on_a_raspberry_pi_with/).
And after taking a look into you code, i felt it would be better to run the docker command myself to facilitate debbuging.

But rest assure, that before executing manually, i tried to just run your scripts and got the same error.
GreenFrogSB commented 1 year ago

Just a quick check, as I am not able to verify from the picture attached, how many HG instances you are trying to run on a single public IP - HG allows only one device per IP at present. I have to correct that on my website as it has changed since I wrote the article some time ago.

On Wed, Oct 5, 2022 at 1:16 AM João Gabriel @.***> wrote:

Checked it,

The current honeygain dashboard shows these devices: [image: image] https://user-images.githubusercontent.com/37881981/193952913-f982b5a8-7059-4b82-a5da-096a1d25e61e.png

So, i've changed the device name, but still got same error:

  • first executed $ docker run --privileged --rm tonistiigi/binfmt --install x86_64
  • then

$ docker run -i --restart unless-stopped --platform linux/amd64 --name honeygain honeygain/honeygain -tou-accept -email @.*** -pass Mu0ig)!nla1 -device raspberrypi

$$\ $$\ $$\ $$ | $$ | _| $$ | $$ | $$$$$$\ $$$$$$$\ $$$$$$\ $$\ $$\ $$$$$$\ $$$$$$\ $$\ $$$$$$$\ $$$$$$$$ |$$ $$\ $$ $$\ $$ $$\ $$ | $$ |$$ $$\ _$$\ $$ |$$ $$\ $$ $$ |$$ / $$ |$$ | $$ |$$$$$$$$ |$$ | $$ |$$ / $$ | $$$$$$$ |$$ |$$ | $$ | $$ | $$ |$$ | $$ |$$ | $$ |$$ __|$$ | $$ |$$ | $$ |$$ _$$ |$$ |$$ | $$ | $$ | $$ |\$$$$$$ |$$ | $$ |\$$$$$$$\ \$$$$$$$ |\$$$$$$$ |\$$$$$$$ |$$ |$$ | $$ | \| _| _/ _| __| ___| _$$ | __$$ | __|_|_| _| $$\ $$ |$$\ $$ | \$$$$$$ |\$$$$$$ | _____/ ______/

TOU are accepted Error processing authorisation

About the password: i've shuffled it, but the above one contains the same charactes from the original. Also i've added (required so bash command wont break) '\' to symbols, turning Mu0ig)!nla1 into Mu0ig)!nla1

[context on why i manually ran the docker command]: I've found your repository from your comment on this reddit thread https://www.reddit.com/r/Honeygain/comments/tj8vfa/how_to_install_honeygain_on_a_raspberry_pi_with/ . And after taking a look into you code, i felt it would be better to run the docker command myself to facilitate debbuging.

But rest assure, that before executing manually, i tried to just run your scripts and got the same error.

— Reply to this email directly, view it on GitHub https://github.com/GreenFrogSB/LMDS/issues/58#issuecomment-1267755335, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARFVEPXBZV4RIN57Y3HFVKLWBTCG5ANCNFSM6AAAAAAQ44JKJE . You are receiving this because you commented.Message ID: @.***>

jgabriel98 commented 1 year ago

Yes, it was from the same IP. But