LMDS icon indicating copy to clipboard operation
LMDS copied to clipboard

[Bug] Honeygain not working: Error processing authorisation

Open jgabriel98 opened this issue 1 year ago • 4 comments

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

docker logs honeygain shows: TOU are accepted Error processing authorisation

jgabriel98 avatar Oct 04 '22 19:10 jgabriel98

Please check issue #48

GreenFrogSB avatar Oct 04 '22 21:10 GreenFrogSB

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:

  • 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 [email protected] -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. 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.

jgabriel98 avatar Oct 05 '22 00:10 jgabriel98

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: @.***>

GreenFrogSB avatar Oct 05 '22 07:10 GreenFrogSB

Yes, it was from the same IP. But

  • even after disconnecting all devices, image
  • the same error persists :( image

jgabriel98 avatar Oct 06 '22 00:10 jgabriel98