community-plugins / streamlink-plugins

The Unlicense
14 stars 2 forks source link

AttributeError: module 'streamlink.plugin.api.validate' has no attribute 'text' #6

Closed glottisfaun0000 closed 1 year ago

glottisfaun0000 commented 1 year ago

AttributeError: module 'streamlink.plugin.api.validate' has no attribute 'text'

i've seen this error for a couple months at least, but I think streamlink 6.0.0 broke it for good. chaturbate.py is not working on the latest streamlink version.

odnar-dev commented 1 year ago

please use the latest plugins version from the main branch, this has been fixed for Chaturbate

glottisfaun0000 commented 1 year ago

thanks for that- my problem was weird. this was still happening with the most recent chaturbate.py, but what i figured out was that streamlink 6.0.0 was killing the process when it read the validate.text in other plugins (hanime, camsoda) for some reason. so with just generic.py and chaturbate.py in my plugins folder, it's working. leaving this info for anyone else who has the issue.