Skip to content
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

[Help] Earnapp issue #19

Closed
hungf1511 opened this issue Jun 7, 2023 · 22 comments
Closed

[Help] Earnapp issue #19

hungf1511 opened this issue Jun 7, 2023 · 22 comments

Comments

@hungf1511
Copy link

Earnapp has problem running too many proxies the generated urls don't work when linking they will say "Device not found". Although I have tried those proxies on the window version and they work great. things started going bad from the 200th proxy onwards not only earnapp but even iproyals had the same problem

@engageub
Copy link
Owner

engageub commented Jun 7, 2023

Hi,
When you started the application, did you see any errors in the console? Please paste them here.
Do you already have other containers running apart from these 200 proxies.?
Could you please provide the number of proxies used to start the application.
Are you starting all the apps in same folder or using different folders?

Make sure your CPU, memory and diskspace are normal.

Thank you

@hungf1511
Copy link
Author

I use 50 proxies for each 1 vps 2-8 running only Earnapp and iproyal. The first 4 vps works perfectly but from the 5th vps everything seems wrong. While running it didn't show any errors at first I thought the problem was with the proxy but when I tested them in the windows version they all worked fine.

@engageub
Copy link
Owner

engageub commented Jun 7, 2023

Could you please elaborate what you mean by everything seems to be wrong. In the 5th VPS do you have problem when the number of containers crossed 200?
Are the proxies in correct format?
Did you reboot your PC or was it restarted automatically?

Thank you

@engageub
Copy link
Owner

engageub commented Jun 7, 2023

If you are using watchtower and are not using latest version of the script. Please cleanup the containers and start the script again.
Could you please run the following commands and provide the output.

sudo docker container ls | wc -l
sudo docker container ls -a | grep -i exited

@engageub
Copy link
Owner

engageub commented Jun 7, 2023

Please enable logs from properties.conf and look into docker container logs to see if there are any errors.

Thank you

@engageub
Copy link
Owner

engageub commented Jun 8, 2023

Could you please update on this with the output of the commands.

Thank you

@Cr4ckPwd
Copy link

Cr4ckPwd commented Jun 8, 2023

image @engageub I have same issue

@engageub
Copy link
Owner

engageub commented Jun 8, 2023

Your proxy containers are exited, it means there is a problem with the proxy used. Please make sure your proxies don't have special characters at the end of each line in proxies.txt.
If you combined multiple files or copy pasted into the text file, there are chances that the text inputted are not in the right format and special characters might have been added.
Please open proxies.txt with vi editor in the console and make sure your proxies are in the right format.

Thank you

@engageub
Copy link
Owner

engageub commented Jun 8, 2023

If you have already installed watchtower, please clean up your docker containers and download the script again.
The old script does not work with watch tower. Please download the latest one.

Thank you

@Cr4ckPwd
Copy link

Cr4ckPwd commented Jun 8, 2023

image maybe that is having problem, I'm using the latest version

@engageub
Copy link
Owner

engageub commented Jun 8, 2023

Is this problem only with earnapp or other apps as well?
Could you please enable Logs in properties.conf and use the following command to see what is going on with earnapp.
The status shows unhealthy on your PC. When you ran the script did you see any errors on the screen.
Also are your proxies socks5 or http proxies.
Is your OS architecture amd64 or aarch64 or arm64.

sudo docker container logs <container name or container id here>

The container id is present in 1st column.

Thank you

@Cr4ckPwd
Copy link

Cr4ckPwd commented Jun 8, 2023

image here is the log of container earnapp

@Cr4ckPwd
Copy link

Cr4ckPwd commented Jun 8, 2023

Uploading image.png…
tun2socks logs

@engageub
Copy link
Owner

engageub commented Jun 8, 2023

Tun2socks logs are not visible. Could you please attach it.

Thank you

@Cr4ckPwd
Copy link

Cr4ckPwd commented Jun 8, 2023

time="2023-06-08T07:08:20Z" level=warning msg="[TCP] dial 104.24.177.7:80: HTTP auth required by proxy"
time="2023-06-08T07:08:20Z" level=warning msg="[TCP] dial 54.221.247.193:80: HTTP auth required by proxy"
time="2023-06-08T07:08:20Z" level=warning msg="[TCP] dial 54.221.247.193:80: HTTP auth required by proxy"
time="2023-06-08T07:08:23Z" level=warning msg="[TCP] dial 34.237.199.147:443: HTTP auth required by proxy"
time="2023-06-08T07:08:26Z" level=warning msg="[TCP] dial 15.204.2.228:80: HTTP auth required by proxy"
time="2023-06-08T07:08:26Z" level=warning msg="[TCP] dial 15.204.2.228:80: HTTP auth required by proxy"
time="2023-06-08T07:08:33Z" level=warning msg="[TCP] dial 34.237.199.147:443: HTTP auth required by proxy"
time="2023-06-08T07:08:35Z" level=warning msg="[TCP] dial 15.204.2.228:80: HTTP auth required by proxy"
time="2023-06-08T07:08:36Z" level=warning msg="[TCP] dial 15.204.2.228:80: HTTP auth required by proxy"
time="2023-06-08T07:08:43Z" level=warning msg="[TCP] dial 34.237.199.147:443: HTTP auth required by proxy"
time="2023-06-08T07:08:45Z" level=warning msg="[TCP] dial 15.204.2.228:80: HTTP auth required by proxy"
time="2023-06-08T07:08:46Z" level=warning msg="[TCP] dial 15.204.2.228:80: HTTP auth required by proxy"

@engageub
Copy link
Owner

engageub commented Jun 8, 2023

Its clear that you have problem with your proxy. Please make sure your credentials are correct.
Also are you using http or https?

Thank you

@Cr4ckPwd
Copy link

Cr4ckPwd commented Jun 8, 2023

how can I direct messenger to you, this proxy work with Honeygain too

@engageub
Copy link
Owner

engageub commented Jun 8, 2023

Are you mentioning that you used honeygain with the same proxies using this script? If not
can you try using honeygain also in the same folder and see if it is online to confirm if its not proxy issue.
The logs confirm its a problem with authentication. Do you have special characters in your username or password.
Use the same proxies to start earnapp and honeygain in the same properties.conf file.
Use proxylite or pawns since they don't have limitations with the number of proxies and you will see them immediately if they are online.

Thank you

@Cr4ckPwd
Copy link

Cr4ckPwd commented Jun 8, 2023

my proxy input in file proxies.txt
http://huhuhu:[email protected]:10052

@engageub
Copy link
Owner

engageub commented Jun 8, 2023

The format is correct. But there seems to be some problem with your proxy.
Is this working in browser or other apps using the script.

Thank you

@engageub
Copy link
Owner

engageub commented Jun 8, 2023

Please note that issues with proxies are not supported here.
The script is working as expected.

@engageub engageub closed this as completed Jun 9, 2023
@engageub
Copy link
Owner

engageub commented Jun 24, 2023

@hungf1511,
Please update to the latest version by downloading the script from github. socks5 proxies were working fine but not http due to bug in dependent system after their update. xjasonlyu/tun2socks#266
Old version is being used in the latest code and http is working fine.
Also, could you please share the proxy provider where residential proxies were working.

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants