mgbeck002

Results 3 comments of mgbeck002

Thanks. Yeah. That workaround seems to work. For my curiosity, what part of the code is the part that claims the drops?

I had a similar issue. I was able to work around it by changing the regex `r'src="(https://static\.twitchcdn\.net/config/settings\.[0-9a-f]{32}\.js)"'` to `r'src="(https://assets\.twitch\.tv/config/settings\.[0-9a-f]{32}\.js)"'` in channel.py since it seems the link changed at least for...

> Interesting. I've implemented this finding in [ab76491](https://github.com/DevilXD/TwitchDropsMiner/commit/ab76491ecc26c6527da3aa5ccaefdc9a563fdfd8), please give it a try and see if it helped resolve this issue. That worked for me.