TimeoutError: _ssl.c:980: The handshake operation timed out
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\kkk\source\repos\trading\trading\trading.py", line 142, in
except EXCEPTION as e:
TypeError: catching classes that do not inherit from BaseException is not allowed
when i run the code i get this :
TimeoutError: _ssl.c:980: The handshake operation timed out
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "C:\Users\kkk\source\repos\trading\trading\trading.py", line 142, in
except EXCEPTION as e:
TypeError: catching classes that do not inherit from BaseException is not allowed