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

No watch hours, no drops #149

Open
Oblituarius opened this issue Jan 16, 2025 · 0 comments
Open

No watch hours, no drops #149

Oblituarius opened this issue Jan 16, 2025 · 0 comments

Comments

@Oblituarius
Copy link

Recently found this repository. Configured two instances to run for LCK and it seemed to be working fine. No configuration errors, the Chrome driver works correctly.

After overseeing the program and inspecting the logs, it seems like the program tries to unmute several times the broadcast, but also switches off from the streaming tab. I have no idea if this affects or not, as I've never done this when doing it manually.

For the past two days, both instances have remained with the same watch time and no drops.

Snippet of one of the logs:

2025-01-16 01:13:25,218 INFO: Getting log data
2025-01-16 01:13:25,219 INFO: Reward website check successful.
2025-01-16 01:13:25,270 INFO: Program startup time: 2025-01-15 16:28:03 | Session Drops (Today): 0 | Lifetime Drops: 25+0 | Overall hours watched: 162.82+0.0
2025-01-16 01:13:29,379 INFO: 1 match currently live.
2025-01-16 01:13:31,706 INFO: Twitch https://lolesports.com/live/lck/lck
2025-01-16 01:14:07,342 INFO: unmute-Debug screenshot successful.
2025-01-16 01:14:07,804 INFO: Twitch: Unmute successfully.
2025-01-16 01:14:38,609 INFO: unmute-Debug screenshot successful.
2025-01-16 01:14:38,922 INFO: Twitch: Unmute successfully.
2025-01-16 01:15:10,862 INFO: unmute-Debug screenshot successful.
2025-01-16 01:15:11,251 INFO: Twitch: Unmute successfully.
2025-01-16 01:15:12,417 INFO: 
**************************************************
League: LCK Viewers: 3613 Definition: Auto
Status: Broadcast
**************************************************
2025-01-16 01:15:18,189 INFO: LCK Twitch stream definition successfully set to 160p.
2025-01-16 01:15:25,317 INFO: Next check at: 01-16 01:24:45
2025-01-16 01:15:25,318 INFO: ==================================================
2025-01-16 01:24:46,332 INFO: Start checking...
2025-01-16 01:24:46,750 INFO: Checking live broadcasts...
2025-01-16 01:24:47,359 INFO: WatchRegion: 
2025-01-16 01:24:51,979 INFO: Getting log data
2025-01-16 01:24:51,982 INFO: Reward website check successful.
2025-01-16 01:24:52,101 INFO: Program startup time: 2025-01-15 16:28:03 | Session Drops (Today): 0 | Lifetime Drops: 25+0 | Overall hours watched: 162.82+0.0
2025-01-16 01:25:02,963 INFO: 1 match currently live.
2025-01-16 01:25:34,826 INFO: unmute-Debug screenshot successful.
2025-01-16 01:25:35,097 INFO: Twitch: Unmute successfully.
2025-01-16 01:26:05,680 INFO: unmute-Debug screenshot successful.
2025-01-16 01:26:05,894 INFO: Twitch: Unmute successfully.
2025-01-16 01:26:36,868 INFO: unmute-Debug screenshot successful.
2025-01-16 01:26:37,091 INFO: Twitch: Unmute successfully.
2025-01-16 01:26:37,164 INFO: 
**************************************************
League: LCK Viewers: 5102 Definition: 160p
Status: Broadcast
**************************************************
2025-01-16 01:26:40,218 INFO: Next check at: 01-16 01:39:10
2025-01-16 01:26:40,220 INFO: ==================================================
2025-01-16 01:39:11,236 INFO: Start checking...
2025-01-16 01:39:11,751 INFO: Checking live broadcasts...
2025-01-16 01:39:12,251 INFO: WatchRegion: 
2025-01-16 01:39:16,695 INFO: Getting log data
2025-01-16 01:39:16,697 INFO: Reward website check successful.
2025-01-16 01:39:16,792 INFO: Program startup time: 2025-01-15 16:28:03 | Session Drops (Today): 0 | Lifetime Drops: 25+0 | Overall hours watched: 162.82+0.0
2025-01-16 01:39:23,235 INFO: 1 match currently live.
2025-01-16 01:39:54,794 INFO: unmute-Debug screenshot successful.
2025-01-16 01:39:54,955 INFO: Twitch: Unmute successfully.
2025-01-16 01:40:25,476 INFO: unmute-Debug screenshot successful.
2025-01-16 01:40:25,653 INFO: Twitch: Unmute successfully.
2025-01-16 01:40:56,186 INFO: unmute-Debug screenshot successful.
2025-01-16 01:40:56,376 INFO: Twitch: Unmute successfully.

I've touched nothing besides the initial configuration, here it is:

username: ""
password: ""
headless: False
nickName: ""
mode: "safe"
briefLogLength: 50
onlyWatchMatches: ["lec","lck","lpl","lcp","ljl","tcl","elite_series","worlds","msi"]
disWatchMatches: ["lta","challengers","nacl","emea","nlc","liga","academy","superliga","prime"]
language: "en_US"
maxStream: 3
maxRunHours: 14
exportDrops: True
closeStream: False
desktopNotify: True
sleepPeriod: ["5-6","15-23"]
ignoreBroadCast: False
userDataDir: "C:\\Users\\Atlas\\Documents\\Programs\\GoogleChromePortable\\Data\\profile"
chromePath: "C:\\Users\\Atlas\\Documents\\Programs\\GoogleChromePortable\\GoogleChromePortable.exe"
connectorDropsUrl: ""
countDrops: True
autoSleep: True
debug: True
isDockerized: False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant