fazalfarhan01 / EarnApp-Docker

Containerized version of BrightData's EarnApp
https://hub.docker.com/r/fazalfarhan01/earnapp
42 stars 24 forks source link

Invalid node id #4

Closed Jeoffreybauvin closed 2 years ago

Jeoffreybauvin commented 2 years ago

Hi,

I'm using this compose :

version: "3.3"
services:
    app:
        image: fazalfarhan01/earnapp
        privileged: true
        volumes:
            - /sys/fs/cgroup:/sys/fs/cgroup:ro
            - /home/jeoffrey/data/earnapp/etc:/etc/earnapp

And I'm getting the nod id from the file "uuid", but he's invalid :

sdk-node-9616f4XXXXXXXXXXXXeceb03 : Error while linking device. The device is not found

Any idea ? Anything I can check ?

Regards,

fazalfarhan01 commented 2 years ago

That happens when earnapp fails to install for some reason. It's a known Installation error and needs a fix from earnapp themselves.

A known workaround is to stop the container docker-compose down and then start it again docker-compose up -d Hope this helps.

U might have to do it multiple times.. and sorry I can't fix it.. there's nothing I can do from my side.

Jeoffreybauvin commented 2 years ago

I did it 20 times, still no luck...

To be sure, I need to fill "sdk-node-1c60faXXXXXXXXXXXd2a" in the "Link device" form, right?

fazalfarhan01 commented 2 years ago
Jeoffreybauvin commented 2 years ago

Yes :

$ docker-compose exec app install

███████╗░█████╗░██████╗░███╗░░██╗░█████╗░██████╗░██████╗░  ██████╗░░█████╗░░█████╗░██╗░░██╗███████╗██████╗░
██╔════╝██╔══██╗██╔══██╗████╗░██║██╔══██╗██╔══██╗██╔══██╗  ██╔══██╗██╔══██╗██╔══██╗██║░██╔╝██╔════╝██╔══██╗
█████╗░░███████║██████╔╝██╔██╗██║███████║██████╔╝██████╔╝  ██║░░██║██║░░██║██║░░╚═╝█████═╝░█████╗░░██████╔╝
██╔══╝░░██╔══██║██╔══██╗██║╚████║██╔══██║██╔═══╝░██╔═══╝░  ██║░░██║██║░░██║██║░░██╗██╔═██╗░██╔══╝░░██╔══██╗
███████╗██║░░██║██║░░██║██║░╚███║██║░░██║██║░░░░░██║░░░░░  ██████╔╝╚█████╔╝╚█████╔╝██║░╚██╗███████╗██║░░██║
╚══════╝╚═╝░░╚═╝╚═╝░░╚═╝╚═╝░░╚══╝╚═╝░░╚═╝╚═╝░░░░░╚═╝░░░░░  ╚═════╝░░╚════╝░░╚════╝░╚═╝░░╚═╝╚══════╝╚═╝░░╚═╝
An image by https://github.com/fazalfarhan01

Installing
✔ Moving /app/earnapp to /usr/bin
✔ Service earnapp enabled
✔ Service earnapp_upgrader enabled
✔ EarnApp is installed and running.
✔ IP detected
Wrong IP type (detected as DCH)
For more information visit:
https://earnapp.com/faq#can-i-use-a-vpn-to-change-my-location

See usage options by running earnapp

⚠ You must register it for earnings to be added to your account.
⚠ Open the following URL in the browser:
  https://earnapp.com/r/sdk-node-039aXXXXXXXXXXXXXXXXxxx

I can see wrong ip type, but I'm on a dedicated server, without any VPN...

fazalfarhan01 commented 2 years ago

Well.. that shows the container works.. And for the wrong IP type.. earnapp doesn't work with data centre IPs.. they need a proper clean residential IP.

Jeoffreybauvin commented 2 years ago

I just understand what it means... Thanks ;).