OGSegu / Twitch-View-Bot

First open-source really working view bot for Twitch
MIT License
65 stars 41 forks source link

Erros build #32

Closed RicardPort closed 3 years ago

RicardPort commented 3 years ago

image

Do you know what i did wrong ?

SantiParris8 commented 3 years ago

I dont know what went weong, you can try using a google collab i made to build gradle without having the correct enviroment locally.

from google.colab import drive

drive.mount("/content/gdrive")

!ls

!git clone https://github.com/OGSegu/Twitch-View-Bot

%cd Twitch-View

!chmod 755 -R ./gradlew

!./gradlew build

!ls

SantiParris8 commented 3 years ago

https://github.com/SantiParris8/Twitch-View-Bot/blob/master/GradlewBuildForGithub.ipynb

RicardPort commented 3 years ago

yes @OGSegu working great but i need good proxy https , but your build didnt work for me :)

SantiParris8 commented 3 years ago

I might have a mistake in my gradle configuration. I will upload it again later. You should search for good residential proxys to have the most stable proxies.

RicardPort commented 3 years ago

Mogę mieć błąd w konfiguracji Gradle. Wrzucę go ponownie później. Aby mieć najbardziej stabilne proxy, powinieneś szukać dobrych serwerów proxy.

oke thanks i will wait :) and I had a lot of HTTPS proxies and I had sent but the audience did not come, I know you have to buy private ones but you know where? or do you know where I get it for free?

SantiParris8 commented 3 years ago

For private proxies to work you have to buy them, and the best ones are not cheap. I used brightstar, but any proxy provider should work, just make using you are using thebest ones they have. Try looking for residential proxies, not ISP, isp proxies wont work.

RicardPort commented 3 years ago

For private proxies to work you have to buy them, and the best ones are not cheap. I used brightstar, but any proxy provider should work, just make using you are using thebest ones they have. Try looking for residential proxies, not ISP, isp proxies wont work.

Ok thank you ,

my last question is it possible to convert this project to socks5?

SantiParris8 commented 3 years ago

Yes, this is how you dot it: https://stackoverflow.com/questions/22937983/how-to-use-socks-5-proxy-with-apache-http-client-4

RicardPort commented 3 years ago

Yes, this is how you dot it: https://stackoverflow.com/questions/22937983/how-to-use-socks-5-proxy-with-apache-http-client-4

oke thanks i will try todday ,

with your version i get errors , when you will have time you can check :) image

image

Kuhicop commented 3 years ago

bro, you have to use this: jdk-11.0.10

you can see at error "class file major version 60"

download here: https://www.oracle.com/es/java/technologies/javase/jdk11-archive-downloads.html

RicardPort commented 3 years ago

bro, you have to use this: jdk-11.0.10

you can see at error "class file major version 60"

download here: https://www.oracle.com/es/java/technologies/javase/jdk11-archive-downloads.html

Yes this is fixed but second error is upp

Kuhicop commented 3 years ago

That version is wrong, at this line: viewBot = new ViewBot(this, proxyQueue, target);

The ViewBot constructor is taking as first parameter the class: ControllerMain image

Here it's sending as first parameter the class: Controller

So of course it will break

SantiParris8 commented 3 years ago

I alredy said my version is not stable, that why its not merged, please use OGSegus version.

SantiParris8 commented 3 years ago

@OGSegu you may close this issue since there is no actual real error.