Page 3 of 12

Re: 6th Nov 2021: LOGIN ISSUE - Almost ready to build

Posted: Thu Nov 11, 2021 4:36 pm
by sumonrheza
martin@rootjazz wrote: Thu Nov 11, 2021 3:45 pm
sumonrheza wrote: Tue Nov 09, 2021 7:14 am
martin@rootjazz wrote: Mon Nov 08, 2021 10:49 pm https://soundcloudmanager.com/updatetesting.html

Try this

Accounts tab > GENERATE COOKIES



Regards,
Martin
Browser not opening its show open browser then its automatically close the python window. i am trying in 3 Computer but not opening.
yes am speaking with you by email, should have a new build for you shortly
Yes i am.

Re: 6th Nov 2021: LOGIN ISSUE - Almost ready to build

Posted: Thu Nov 11, 2021 5:37 pm
by Just A User
martin@rootjazz wrote: Thu Nov 11, 2021 3:45 pm
Just A User wrote: Tue Nov 09, 2021 7:03 am open browser - check
open soundcloud - check
I always have to fill in the login data on soundcloud manually, is that correct?
(I dont have IP:PORT:UN:PW proxies / I have proxies like this 123.123.23

Anyway it is working. After the successful login I have to press "y" but from that point nothing happend
I think I spoke to you via email and now is working?
correct! still working for me as it should!

Re: 6th Nov 2021: LOGIN ISSUE - Almost ready to build

Posted: Fri Nov 12, 2021 2:39 pm
by martin@rootjazz
Just A User wrote: Thu Nov 11, 2021 5:37 pm
martin@rootjazz wrote: Thu Nov 11, 2021 3:45 pm
Just A User wrote: Tue Nov 09, 2021 7:03 am open browser - check
open soundcloud - check
I always have to fill in the login data on soundcloud manually, is that correct?
(I dont have IP:PORT:UN:PW proxies / I have proxies like this 123.123.23

Anyway it is working. After the successful login I have to press "y" but from that point nothing happend
I think I spoke to you via email and now is working?
correct! still working for me as it should!
ok, thanks confirming

Re: 6th Nov 2021: LOGIN ISSUE - Almost ready to build

Posted: Fri Nov 12, 2021 8:45 pm
by ksra
martin@rootjazz wrote: Mon Nov 08, 2021 10:23 pm for some reason the extension to set un:pw isn't working. Works if sets manually, but to automatically set the extension, it's ignored...
Look at line 52 of "chrome.py" file.

Code: Select all

if len(proxy_parts)==2 or len(proxy_parts)==4:
    debug_print("proxy format: IP:PORT: "+proxy)
    opts.add_argument("--proxy-server=http://" + proxy_parts[0] + ":" + proxy_parts[1]);
elif len(proxy_parts)==4:
    debug_print("proxy format: IP:PORT:UN:PW "+proxy)
    zip_filename = proxy_parts[0]+"_"+proxy_parts[1]+"_"+proxy_parts[2]+"_"+proxy_parts[3]+".crx"
first IF statement is always true for any type of proxy. remove "or len(proxy_parts)==4" from first IF.

Re: 6th Nov 2021: LOGIN ISSUE - Almost ready to build

Posted: Sun Nov 14, 2021 4:55 pm
by martin@rootjazz
ksra wrote: Fri Nov 12, 2021 8:45 pm
martin@rootjazz wrote: Mon Nov 08, 2021 10:23 pm for some reason the extension to set un:pw isn't working. Works if sets manually, but to automatically set the extension, it's ignored...
Look at line 52 of "chrome.py" file.

Code: Select all

if len(proxy_parts)==2 or len(proxy_parts)==4:
    debug_print("proxy format: IP:PORT: "+proxy)
    opts.add_argument("--proxy-server=http://" + proxy_parts[0] + ":" + proxy_parts[1]);
elif len(proxy_parts)==4:
    debug_print("proxy format: IP:PORT:UN:PW "+proxy)
    zip_filename = proxy_parts[0]+"_"+proxy_parts[1]+"_"+proxy_parts[2]+"_"+proxy_parts[3]+".crx"
first IF statement is always true for any type of proxy. remove "or len(proxy_parts)==4" from first IF.
yes, it's intentional. It's not possible to set the proxy username:password via an extension in this version of chromedriver as extensions been disabled.




Regards,
Martin

Re: 6th Nov 2021: LOGIN ISSUE - Almost ready to build

Posted: Sun Nov 14, 2021 6:44 pm
by slikoe
Thank you Martin for the great update!!! it works! But what if i have many accounts,, doing it manually to each one? That would take so much time.. So I'm asking if there is an easier way to add bulk accounts?

Re: 6th Nov 2021: LOGIN ISSUE - Almost ready to build

Posted: Sun Nov 14, 2021 7:57 pm
by ksra
martin@rootjazz wrote: Sun Nov 14, 2021 4:55 pm
yes, it's intentional. It's not possible to set the proxy username:password via an extension in this version of chromedriver as extensions been disabled.


Regards,
Martin
Just dont use 'undetected_chromedriver', instead use 'selenium' directly and it will work.

Re: 6th Nov 2021: LOGIN ISSUE - Almost ready to build

Posted: Thu Nov 25, 2021 10:21 pm
by martin@rootjazz
For some reason I Cannot figure out, Soundcloud detects selenium, even with all the mitigations taking to stop them.

As it's a "stopgap" solution, I didn't delve too deepingly into the undetected-chromdriver source to figure out how they do it

Re: 6th Nov 2021: LOGIN ISSUE - Almost ready to build

Posted: Thu Nov 25, 2021 10:22 pm
by martin@rootjazz
<edit> might have jumped the gun.

Had a normal login working. But not consistently :-(


but is promising...

Re: 6th Nov 2021: LOGIN ISSUE - Almost ready to build

Posted: Fri Nov 26, 2021 12:12 am
by martin@rootjazz
Interesting, am testing a proxy in the browser and I can NOT solve the recaptcha, it isn't allowed.

I click it, but recaptcha refuses to accept it.

Not seen this before...