simonedegiacomi / gphotosuploader

Unofficial Google Photos uploader and Go library
GNU General Public License v3.0
99 stars 29 forks source link

chromedriver doesn't ask for browser #25

Closed kurokirasama closed 6 years ago

kurokirasama commented 6 years ago

after running chromedriver i got stuck in:

Starting ChromeDriver 2.36 (0) on port 9515
Only local connections are allowed.
simonedegiacomi commented 6 years ago

You don't have to insert the browser name into the chromedriver, but only in the tool. After you've started the chromedriver did you insert the browser name and chromedriver address in the tool? The chromedriver is supposed to listen incoming connections and wait, so it's normal that the output of the chromedriver doesn't change until the tool asks the chromedriver to open the login page.

kurokirasama commented 6 years ago

I see, thanks. It worked now!