N2T icon indicating copy to clipboard operation
N2T copied to clipboard

SeleniumClient 오류

Open mmingyu opened this issue 2 years ago • 0 comments

버전

Python 3.9.10
selenium 3.141.0
Traceback (most recent call last):
  File "/Users/mingyu/Dev/N2T/main.py", line 163, in <module>
    client = Notion2Tistory(cfg, sleep_time=5, selenium_debug=False)
  File "/Users/mingyu/Dev/N2T/main.py", line 47, in __init__
    self.s_client = SeleniumClient(sleep_time=sleep_time, is_hide=(not selenium_debug))
  File "/Users/mingyu/Dev/N2T/clients/SeleniumClient.py", line 26, in __init__
    self.driver = webdriver.Chrome(service=Service(ChromeDriverManager().install()), options=options)
TypeError: __init__() got an unexpected keyword argument 'service'

[완료] 프로그램 종료.

해당 버전에서 다음과 같이 오류가 발생

mmingyu avatar Nov 06 '22 06:11 mmingyu