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
Traceback (most recent call last):
File "C:\Users\rowdyslav\Рабочий стол\viewerbot-master\threads_viewer.py", line 2, in
from streamlink import Streamlink
File "D:\Programming Langs\Python311\Lib\site-packages\streamlink_init_.py", line 73, in
from .api import streams
File "D:\Programming Langs\Python311\Lib\site-packages\streamlink\api.py", line 1, in
from .session import Streamlink
File "D:\Programming Langs\Python311\Lib\site-packages\streamlink\session.py", line 11, in
from streamlink.logger import StreamlinkLogger, Logger
File "D:\Programming Langs\Python311\Lib\site-packages\streamlink\logger.py", line 7, in
from streamlink.compat import is_py2
File "D:\Programming Langs\Python311\Lib\site-packages\streamlink\compat.py", line 58, in
getargspec = getattr(inspect, "getfullargspec", inspect.getargspec)
^^^^^^^^^^^^^^^^^^
AttributeError: module 'inspect' has no attribute 'getargspec'. Did you mean: 'getargs'?
getting this > Exception has occurred: Attribute Error module 'inspect' has no attribute 'getargspec'
The text was updated successfully, but these errors were encountered: