infotrex / bulk-upload-to-opensea

BULK UPLOAD NFTs to OPENSEA
276 stars 203 forks source link

DeprecationWarning: executable_path has been deprecated, please pass in a Service object #251

Open LucassToledo opened 1 year ago

LucassToledo commented 1 year ago

Hello! Until yesterday it was great but today it doesn't work. I press start, upload_2captcha_V2.py loads for a second and stops. This is the output in the terminal:

upload_2captcha_V2.py:249: DeprecationWarning: executable_path has been deprecated, please pass in a Service object
  driver = webdriver.Chrome(executable_path=project_path + "/chromedriver.exe",options=options)

Searching on StackOverflow I found that it is because selenium is updated, leaving obsolete: driver = webdriver.Chrome(executable_path=project_path + "/chromedriver.exe",options=options) I tried to make some basic changes but the result was more errors indicating that many variables were expecting non-Service data.

My collection was half loaded, please help!

Gaviar commented 1 year ago

Check the driver and the version of your chrome, it is more likely that the problem is in the driver itself