We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: