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

Stop watching the channel if the drop is claimed #418

Open
rvpv opened this issue Dec 10, 2023 · 8 comments
Open

Stop watching the channel if the drop is claimed #418

rvpv opened this issue Dec 10, 2023 · 8 comments

Comments

@rvpv
Copy link

rvpv commented Dec 10, 2023

Is your feature request related to a problem?

At the moment if we have the priority set like this:
priority=[
Priority.STREAK,
Priority.DROPS,
Priority.ORDER
Then if any stream has drops enabled, it is watched all the time, even though the drop has been claimed and is last on order list.

Proposed solution

Would it be possible to add an option if a Drop has been claimed and the stream continues, to set the script to switch to Priority.ORDER and not continue watching the channel with the Drop it has already claimed.

Alternatives you've considered

No response

Additional context

No response

@Fede14it
Copy link

Same issue here.
Every time one drop has been claimed i need to restart

@Benstin231
Copy link

Benstin231 commented Dec 13, 2023

Same issue here!
Sometimes it continue to the next drop. But, sometimes it just claimed the last drop and stuck there.

@frryhrmwn
Copy link

frryhrmwn commented Dec 14, 2023

Same issue here.
Sometimes the miner pick the same drop from different streamers that online at the same time eventhough there are other streamers with different drops that online on the list.

here's an example, both streamers have same drops on pubg
Screenshot 2023-12-15 055548

@chrswt
Copy link

chrswt commented Jan 2, 2024

Ah this actually explains the issue I've been experiencing where it seems as if the miner is ignoring my priority list completely. I tried setting get followers to False and manually inputting every streamer into a priority list but it keeps going to these two streams that are low on my priority list. Checked today and found out they have drops enabled. However, I've already completed and claimed these drops 10 days ago so the miner is farming the wrong channels.

@Guyplay
Copy link

Guyplay commented Jan 16, 2024

Same issue here!

@madiba127
Copy link

Seeing this as well, It watched the channel and got all the drops but stayed watching the channel even though all drops had been claimed and it was lower in the list then other channels that are live, restarting the container does not change anything in this case

Happens as soon as a channel with drops goes live even if all have been claimed. Needs to be a check i think to see if all drops are claimed, if they are then either switch to another channel with drops or if all drops are claimed to go back to to the order list,

Mine is set the same Priority order
Priority.STREAK,
Priority.DROPS,
Priority.ORDER

@yarross
Copy link

yarross commented Jan 27, 2024

Same issue here!

@ranehal
Copy link

ranehal commented Mar 27, 2024

if drops are least of my concern, should i remove the drop line or put it to the end like this

Priority.STREAK,
Priority.ORDER,
Priority.DROPS

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

9 participants