Skip to content

dev question about using streamlink API getting link #5934

Answered by bastimeyer
CN-CODEGOD asked this question in Q&A
Discussion options

You must be logged in to vote

AttributeError: partially initialized module 'streamlink' has no attribute 'streams' (most likely due to a circular import)

You already got your answer here:
#5927 (comment)

Rename your own streamlink.py file to something else, otherwise you can't import the streamlink module/package, because the streamlink name in Python's import system will already be taken by your module.

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@CN-CODEGOD
Comment options

@bastimeyer
Comment options

@CN-CODEGOD
Comment options

@CN-CODEGOD
Comment options

@bastimeyer
Comment options

Answer selected by CN-CODEGOD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants