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
no-conflict.js:13 GET https://www.google.com:80/finance/historical?q=TWTR&startdate=2016-09-22&enddate=2016-10-20&output=csv net::ERR_SSL_PROTOCOL_ERRORRequest.end @ no-conflict.js:13Request.end @ no-conflict.js:13end @ no-conflict.js:13(anonymous function) @ no-conflict.js:13onNextTick @ no-conflict.js:13Item.run @ no-conflict.js:13drainQueue @ no-conflict.js:13 10no-conflict.js:13 Sentiment ====>
I believe this is due to the :80 on the url
The text was updated successfully, but these errors were encountered:
I believe this happens when you try to run it over an SSL connection but you are still using port 80
Sorry, something went wrong.
No branches or pull requests
no-conflict.js:13 GET https://www.google.com:80/finance/historical?q=TWTR&startdate=2016-09-22&enddate=2016-10-20&output=csv net::ERR_SSL_PROTOCOL_ERRORRequest.end @ no-conflict.js:13Request.end @ no-conflict.js:13end @ no-conflict.js:13(anonymous function) @ no-conflict.js:13onNextTick @ no-conflict.js:13Item.run @ no-conflict.js:13drainQueue @ no-conflict.js:13
10no-conflict.js:13 Sentiment ====>
I believe this is due to the :80 on the url
The text was updated successfully, but these errors were encountered: