Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drops time not increasing #307

Open
nrossini-github opened this issue Jul 4, 2023 · 3 comments
Open

Drops time not increasing #307

nrossini-github opened this issue Jul 4, 2023 · 3 comments
Assignees
Labels
🐜 bug Something isn't working

Comments

@nrossini-github
Copy link

Describe the bug

In the last month the bot stopped claiming drops and increasing drop times.
I did not change the "run.py" file (I attached an anonymous version) from 1.7.x to 1.8.x.
Maybe twitch api change?
I know about the 2 streamer limit but i noticed that the bot follow the rule all the times

PS: last working drop claim from bot is 2 months old

Steps to reproduce

  1. Docker
  2. Use my run.py
  3. No drops from streamers

Expected behavior

Old versions got drops with my run.py

Operating system

DietPi v8.19.1

Python version

3.11.1 (?)

Miner version

1.8.3

Other relevant software versions

Portainer 2.15.1

Logs

03/07/23 18:39:51 - INFO - [init]: Console logger time zone set to: Europe/Rome
03/07/23 18:39:51 - INFO - [init]: File logger time zone set to: Europe/Rome
03/07/23 18:39:51 - INFO - [init]: Twitch Channel Points Miner v2-1.8.3 (fork by rdavydov)
03/07/23 18:39:51 - INFO - [init]: https://github.com/rdavydov/Twitch-Channel-Points-Miner-v2
03/07/23 18:39:51 - INFO - [run]: 💣 Start session: '3a3b6721-2c84-4539-b05f-6b43b613fa65'
03/07/23 18:39:52 - INFO - [run]: 🤓 Loading data for 8 streamers. Please wait...
03/07/23 18:40:13 - INFO - [set_offline]: 😴 Streamer(username=rocketleague, channel_id=57781936, channel_points=71.87k) is Offline!
03/07/23 18:40:15 - INFO - [set_offline]: 😴 Streamer(username=rainbow6, channel_id=65171890, channel_points=61.25k) is Offline!
03/07/23 18:40:16 - INFO - [set_offline]: 😴 Streamer(username=fextralife, channel_id=156037856, channel_points=16.81k) is Offline!
03/07/23 18:40:18 - INFO - [set_offline]: 😴 Streamer(username=beardageddon, channel_id=74488574, channel_points=11.47k) is Offline!
03/07/23 18:40:20 - INFO - [set_offline]: 😴 Streamer(username=rocketleagueoce, channel_id=730943654, channel_points=9.61k) is Offline!
03/07/23 18:40:22 - INFO - [set_offline]: 😴 Streamer(username=rocketstreetlive, channel_id=116000787, channel_points=31.08k) is Offline!
03/07/23 18:40:23 - INFO - [set_offline]: 😴 Streamer(username=unirocketeers, channel_id=437058320, channel_points=18.35k) is Offline!
03/07/23 18:40:25 - INFO - [run]: 💬 Join IRC Chat: admiralbahroo
03/07/23 18:40:25 - INFO - [set_online]: 🥳 Streamer(username=admiralbahroo, channel_id=40972890, channel_points=114.12k) is Online!
03/07/23 19:45:25 - INFO - [stop]: 💬 Leave IRC Chat: admiralbahroo
03/07/23 19:45:25 - INFO - [set_offline]: 😴 Streamer(username=admiralbahroo, channel_id=40972890, channel_points=114.12k) is Offline!
04/07/23 02:15:54 - INFO - [run]: 💬 Join IRC Chat: fextralife
04/07/23 02:15:54 - INFO - [set_online]: 🥳 Streamer(username=fextralife, channel_id=156037856, channel_points=16.81k) is Online!
04/07/23 06:01:42 - INFO - [stop]: 💬 Leave IRC Chat: fextralife
04/07/23 06:01:42 - INFO - [set_offline]: 😴 Streamer(username=fextralife, channel_id=156037856, channel_points=16.81k) is Offline!
04/07/23 10:13:52 - INFO - [run]: 💬 Join IRC Chat: fextralife
04/07/23 10:13:52 - INFO - [set_online]: 🥳 Streamer(username=fextralife, channel_id=156037856, channel_points=16.81k) is Online!
04/07/23 11:38:52 - INFO - [run]: 💬 Join IRC Chat: beardageddon
04/07/23 11:38:52 - INFO - [set_online]: 🥳 Streamer(username=beardageddon, channel_id=74488574, channel_points=11.47k) is Online!
04/07/23 14:12:43 - INFO - [stop]: 💬 Leave IRC Chat: fextralife
04/07/23 14:12:43 - INFO - [set_offline]: 😴 Streamer(username=fextralife, channel_id=156037856, channel_points=16.81k) is Offline!
04/07/23 14:58:01 - INFO - [stop]: 💬 Leave IRC Chat: beardageddon
04/07/23 14:58:01 - INFO - [set_offline]: 😴 Streamer(username=beardageddon, channel_id=74488574, channel_points=11.47k) is Offline!
04/07/23 17:08:23 - INFO - [run]: 💬 Join IRC Chat: admiralbahroo
04/07/23 17:08:23 - INFO - [set_online]: 🥳 Streamer(username=admiralbahroo, channel_id=40972890, channel_points=114.12k) is Online!

Additional context

run_anon.py.txt

@rdavydov
Copy link
Owner

rdavydov commented Jul 5, 2023

You've only included the console output, but not DEBUG logs. Can't investigate the issue without them.

@nrossini-github
Copy link
Author

nrossini-github commented Jul 5, 2023

Oopsie, let me fix that real quick.
console_level=logging.INFO,
to
console_level=logging.DEBUG,
correct?

How much log time do you need?

EDIT: attached almost 20 minutes log

this_file _had_twitch_username_as_filename.log

@rdavydov
Copy link
Owner

Working on the fix in #284

@rdavydov rdavydov self-assigned this Jul 21, 2023
@rdavydov rdavydov added the 🐜 bug Something isn't working label Jul 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐜 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants