Search found 3 matches

by ksra
Sun Nov 14, 2021 7:57 pm
Forum: Support Soundcloud Manager
Topic: LOGIN ISSUE - insolvable captchas ***FIXED 16th march 2022 ****
Replies: 114
Views: 38952

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

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.
by ksra
Fri Nov 12, 2021 8:45 pm
Forum: Support Soundcloud Manager
Topic: LOGIN ISSUE - insolvable captchas ***FIXED 16th march 2022 ****
Replies: 114
Views: 38952

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

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. if len(proxy_parts)==2 or len(proxy_parts)==4: debug_print("proxy format: IP:PORT: "+proxy) opts.add_arg...