You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
.Any way to resolve this issue?
Thanks in advance.
The text was updated successfully, but these errors were encountered: