Lucas-Kohorst / Python-Stock

Predicting stock prices from Yahoo stock screener using scikit-learn and sending the predicitons via smtplib to a phone number.
68 stars 46 forks source link

Error - NoSuchElementException: #6

Closed shashankvemuri closed 4 years ago

shashankvemuri commented 4 years ago

I tried running the code but every time I do, I get the following error:

NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//*[@id = "scr-res-table"]/div[2]/table/tbody/tr[1]/td[1]/a"} (Session info: chrome=79.0.3945.117)

I've scoured the internet for an answer to this but I haven't found anything so I resorted to posting in here. Thanks!