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

Downloading list of stocks failed #14

Open
hatala91 opened this issue May 13, 2016 · 4 comments
Open

Downloading list of stocks failed #14

hatala91 opened this issue May 13, 2016 · 4 comments
Assignees
Labels

Comments

@hatala91
Copy link

Downloading a list of stocks using the package in Python 3.3 under Windows 7 failed with the following stack trace (same result with secure and insecure connection):

Traceback (most recent call last):
File "C:\Python33\lib\site-packages\requests-2.10.0-py3.3.egg\requests\packages\urllib3\connection.py", line 142, in _new_conn
(self.host, self.port), self.timeout, **extra_kw)
File "C:\Python33\lib\site-packages\requests-2.10.0-py3.3.egg\requests\packages\urllib3\util\connection.py", line 91, in create_connection
raise err
File "C:\Python33\lib\site-packages\requests-2.10.0-py3.3.egg\requests\packages\urllib3\util\connection.py", line 81, in create_connection
sock.connect(sa)
TimeoutError: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond

Pinging finance.yahoo.com does not raise any issues though!

@Benny- Benny- added the bug label May 14, 2016
@Benny-
Copy link
Owner

Benny- commented May 14, 2016

Thank you for your report. This will be investigated but it might take a while; there is no ETA yet.

@Benny-
Copy link
Owner

Benny- commented Aug 13, 2016

@hatala91 can you tell me how you installed the software on Windows

@hatala91
Copy link
Author

Sure, I downloaded your package extracted it somewhere opened a command line and wrote

python setup.py install

@Benny- Benny- self-assigned this Aug 13, 2016
@Benny-
Copy link
Owner

Benny- commented Aug 13, 2016

It was not possible to reproduce this bug in windows 10 using requests-2.11.0.

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

No branches or pull requests

2 participants