Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception has occurred: Attribute Error module 'inspect' has no attribute 'getargspec' #73

Open
eyadagg opened this issue Dec 19, 2022 · 1 comment

Comments

@eyadagg
Copy link

eyadagg commented Dec 19, 2022

getting this > Exception has occurred: Attribute Error module 'inspect' has no attribute 'getargspec'

@rowdyslav
Copy link

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'?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants