forked from sumit9926/tvdatafeed
-
Notifications
You must be signed in to change notification settings - Fork 280
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels