LOGIN ISSUE - insolvable captchas ***FIXED 16th march 2022 ****

Ask any support / help / issues / problem or question related to Soundcloud Manager
sumonrheza
Posts: 79
Joined: Mon May 03, 2021 3:57 pm

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

Post 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.
User avatar
Just A User
Posts: 170
Joined: Fri Jan 25, 2019 2:55 am

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

Post 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!
User avatar
martin@rootjazz
Site Admin
Posts: 34345
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

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

Post 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
ksra
Posts: 134
Joined: Tue May 11, 2021 11:02 am

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

Post 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.
User avatar
martin@rootjazz
Site Admin
Posts: 34345
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

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

Post 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
slikoe
Posts: 40
Joined: Fri Aug 25, 2017 11:15 am

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

Post 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?
ksra
Posts: 134
Joined: Tue May 11, 2021 11:02 am

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

Post 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.
User avatar
martin@rootjazz
Site Admin
Posts: 34345
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

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

Post 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
User avatar
martin@rootjazz
Site Admin
Posts: 34345
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

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

Post by martin@rootjazz »

<edit> might have jumped the gun.

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


but is promising...
User avatar
martin@rootjazz
Site Admin
Posts: 34345
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

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

Post 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...
Post Reply