rdavydov / Twitch-Channel-Points-Miner-v2

A simple script that will watch a stream for you and earn the channel points.
GNU General Public License v3.0
1.1k stars 324 forks source link

Claims do not work anymore - "failed integrity check" #427

Closed reconman closed 5 months ago

reconman commented 6 months ago

Describe the bug

I noticed that the script states that claims are collected, but they don't show up anymore as point gains.

The only time I see claim bonuses is when I actively watch with my browser or app and claim the bonus myself.

The logs contain a message from the server that the bot "failed integrity check".

Also I've noticed that the log message for trying to collect the claim only appears every 30 minutes instead of the 15 minute interval I get in my browser.

Steps to reproduce

  1. Configure any online streamers
  2. Start the script
  3. Wait until the first claim is collected

Expected behavior

Claims are collected again

Operating system

Docker

Python version

3.12

Miner version

1.9.1

Other relevant software versions

No response

Logs

https://gist.github.com/reconman/25e06cf2028f48cdd1c7cb869b111d14

Additional context

No response

rdavydov commented 5 months ago
  1. Where is the full log? It should be from the beginning, showing the miner's version. Your excerpt is useful, but we should eliminate all the possibilities, so we need a full log.
  2. Try deleting your cookie file and obtain a new one.
reconman commented 5 months ago

Sorry, I missed your initial response.

Clearing cookies fixed the issue, thanks!