rdavydov / Twitch-Channel-Points-Miner-v2

[NEW] A simple script that will watch a stream for you and earn the channel points. A successor of Tkd-Alex's original repo.
GNU General Public License v3.0
1.21k stars 352 forks source link

Exception in thread Sync campaigns/inventory #326

Closed Huguitis closed 1 year ago

Huguitis commented 1 year ago

Describe the bug

I'm not sure what it means, but it appears.

Steps to reproduce

  1. Start the code
  2. Wait for streamers to load

Expected behavior

I expected it to start without any problem.

Operating system

Ubuntu 20.04.6 TLS

Python version

3.11.1

Miner version

1.8.3

Other relevant software versions

No response

Logs

https://gist.github.com/Huguitis/5a036b87f79b4a45eb7c9f26098ceea9

Additional context

https://gist.github.com/Huguitis/4a4be0eb1c0fab3d7311592bf68365c2

rdavydov commented 1 year ago

Regarding campaigns/inventory errors, just set claim_drops=False, in your run.py while I'm working on a fix.

Huguitis commented 1 year ago

Thanks.