xuzhengyi1995/Manga_downloader

undetected-chromedriver: "cannot connect to chrome at 127.0.0.1:55783"

Opened this issue · 3 comments

macOS 13.2 (Intel), Python 3.11.

Since Chrome V110, I randomly get "cannot connect to chrome at 127.0.0.1:55783" error message from undetected-chromedriver package. I've do many tests and so far the only workaround is:
(1) quit and restart Chrome, and
(2) must be undetected-chromedriver v3.4x

Another weird phenomenon: when it worked, I'll have two Chrome instances running. Never had this issue on Chrome V109 or earlier. Not sure whether it's an issue caused Manga_downloader and not sure whether these two are correlated, though.

Thank you so much for posting this. I came across the exact same thing. Also on a mac, Python 3.10, using chrome 110. I'm a newbie at this so I thought it was just me missing something. I did the workaround you found and can get it working that way now. When the downloader is running, I also get two Chromes which I've never seen before.

mslmn commented

Thank you so much for posting this. I came across the exact same thing. Also on a mac, Python 3.10, using chrome 110. I'm a newbie at this so I thought it was just me missing something. I did the workaround you found and can get it working that way now. When the downloader is running, I also get two Chromes which I've never seen before.

How did you get it to work on Mac?