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
I am coming here from GamestonkTerminal. When we run some of the commands you guys provided, we get errors with the supported() call (looks like just something with the static type):
if not sentipy.supported(ticker):
File "<string>", line 37, in supported
File "/opt/anaconda3/envs/gst/lib/python3.9/site-packages/beartype/_decor/_error/errormain.py", line 312, in raise_pep_call_exception
raise exception_cls( # type: ignore[misc]
beartype.roar.BeartypeCallHintPepReturnException: @beartyped Sentipy.supported() return "None" violates type hint <class 'bool'>, as "None" not bool.
We also get this in another function
File "/Users/james/GamestonkTerminal/gamestonk_terminal/common/behavioural_analysis/sentimentinvestor_view.py", line 99, in display_metrics
if not sentipy.supported(ticker):
File "<string>", line 37, in supported
File "/opt/anaconda3/envs/gst/lib/python3.9/site-packages/beartype/_decor/_error/errormain.py", line 312, in raise_pep_call_exception
raise exception_cls( # type: ignore[misc]
beartype.roar.BeartypeCallHintPepReturnException: @beartyped Sentipy.supported() return "None" violates type hint <class 'bool'>, as "None" not bool.
The text was updated successfully, but these errors were encountered:
Hi all!
I am coming here from GamestonkTerminal. When we run some of the commands you guys provided, we get errors with the supported() call (looks like just something with the static type):
We also get this in another function
The text was updated successfully, but these errors were encountered: