Skip to content

Not working on Python 3.11 #640

@gi-dellav

Description

@gi-dellav

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions