Skip to content

getting driver error #66

@mcmug8

Description

@mcmug8

ypeError Traceback (most recent call last)
~\anaconda3\lib\site-packages\tvDatafeed\main.py in __webdriver_init(self)
270
--> 271 driver = webdriver.Chrome(
272 self.chromedriver_path, desired_capabilities=caps, options=options

TypeError: init() got an unexpected keyword argument 'desired_capabilities'

During handling of the above exception, another exception occurred:

UnboundLocalError Traceback (most recent call last)
in
4 password = '*********'
5
----> 6 tv = TvDatafeed(username, password)
7
8 nifty_index_data = tv.get_hist(symbol='NQ',exchange='CME',interval=Interval.in_1_minute,n_bars=1000,fut_contract=1)

is it means it didn't prompt for password field?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions