Skip to content
New issue

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

IndexError: list index out of range #19

Open
sapare542 opened this issue Feb 26, 2022 · 0 comments
Open

IndexError: list index out of range #19

sapare542 opened this issue Feb 26, 2022 · 0 comments

Comments

@sapare542
Copy link

sapare542 commented Feb 26, 2022

Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/flask/app.py", line 2073, in wsgi_app
response = self.full_dispatch_request()
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/flask/app.py", line 1518, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/flask/app.py", line 1516, in full_dispatch_request
rv = self.dispatch_request()
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/flask/app.py", line 1502, in dispatch_request
return self.ensure_sync(self.view_functions[rule.endpoint])(**req.view_args)
File "/Users/ravisekharsapare/Downloads/stockprediction/Stock-Market-Prediction-Web-App-using-Machine-Learning-And-Sentiment-Analysis/main.py", line 479, in insertintotable
polarity,tw_list,tw_pol,pos,neg,neutral = retrieving_tweets_polarity(quote)
File "/Users/ravisekharsapare/Downloads/stockprediction/Stock-Market-Prediction-Web-App-using-Machine-Learning-And-Sentiment-Analysis/main.py", line 336, in retrieving_tweets_polarity
symbol = stock_full_form['Name'].to_list()[0][0:12]
IndexError: list index out of range

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant