jeffwilliams / nest-scrape

Scrape Nest temperature sensor information from the Nest website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to login - Error: When finding login field by id email, got an error: Unable to locate element: email

newadventure079 opened this issue · comments

me@mes-Mac-Studio ~/D/c/p/nest-scrape> nest-scrape --verbose=1 --show=true --login-only=true
browser: running browser using cmd '/Applications/Firefox.app/Contents/MacOS/firefox --marionette --profile /Users/me/Documents/code/projects/nest-scrape'
dial tcp 127.0.0.1:2828: connect: connection refused
browser: retrying connection in 1 second
2022-07-17 23:25:01.534 plugin-container[60340:934591] nil host used in call to allowsSpecificHTTPSCertificateForHost
2022-07-17 23:25:01.534 plugin-container[60340:934591] nil host used in call to allowsAnyHTTPSCertificateForHost:
2022-07-17 23:25:01.536 plugin-container[60340:934591] nil host used in call to allowsSpecificHTTPSCertificateForHost
2022-07-17 23:25:01.536 plugin-container[60340:934591] nil host used in call to allowsAnyHTTPSCertificateForHost:
2022-07-17 23:25:01.536 plugin-container[60340:934602] nil host used in call to allowsSpecificHTTPSCertificateForHost
2022-07-17 23:25:01.536 plugin-container[60340:934602] nil host used in call to allowsAnyHTTPSCertificateForHost:
Navigating to site
UNSUPPORTED (log once): POSSIBLE ISSUE: unit 1 GLD_TEXTURE_INDEX_2D is unloadable and bound to sampler type (Float) - using zero texture because texture unloadable
Checking if login is required
Waiting for thermostat location to load (element css selector .puck-item > a)
Finding thermostat location (element with id .puck-item > a)
Waiting for login field to load (element id email)
Finding login field (element with id email)
Error:  When finding login field by id email, got an error: Unable to locate element: email
Login failed: When finding login field by id email, got an error: Unable to locate element: email

Screen Shot 2022-07-17 at 11 25 34 PM