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

Not working on Python 3.11 #640

Open
djtech-dev opened this issue Jul 19, 2024 · 0 comments
Open

Not working on Python 3.11 #640

djtech-dev opened this issue Jul 19, 2024 · 0 comments

Comments

@djtech-dev
Copy link

Using some workarounds I managed to make the library work just fine on Python 3.10, but I have to develop an extension for a platform using Python 3.11 and on this version every request raises the exception: ConnectionError: ERR#0015: error 403, try again later..

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python3.11/dist-packages/investpy/search.py", line 160, in search_quotes
    raise ConnectionError(
ConnectionError: ERR#0015: error 403, try again later.

Any way to resolve this issue?

Thanks in advance.

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