DevilXD
DevilXD
Hello o/ > When first starting the program, it will check for active campaigns every 60 minutes three seconds. Correct, the maintenance task will automatically reload the application every **up...
A reload that happens more often would help resolve this. A partial reload flow was brought up and is tracked by in #301.
Hi. Hmm, this just looks like the GQL queries the miner is using have became really old, so old that Twitch moved onto new ones in the mean time. This...
As I said, simply putting in new hashes worked: https://github.com/DevilXD/TwitchDropsMiner/commit/bfd389392127488a963fc696583fc140745494b8 This is already fixed in dev, but it's gonna take a while to make it to official release. In the...
Yeah, I worried that might be an issue - it's the result of Twitch updating their queries. Now there are only "freeFormTags" available on that data object there, meaning the...
The point isn't extracting the tag, but more about the tag's meaning. It doesn't look like that tag means what you think it does anymore, and the actual information telling...
This is far from ideal, but it works: https://github.com/DevilXD/TwitchDropsMiner/commit/793fb5ccaf579c99cf3cc75d816362060697b639
It's not that easy. Twitch does accept raw GQL queries with no hashes, but since none of the Twitch's official apps uses those, it'd be really easy to see someone...
@skupfer This is from the latest master?
I may need to dig deeper into the cause of this. It could be that Twitch is actually juggling these together with raw queries now, meaning it sends the hashed...