-
Notifications
You must be signed in to change notification settings - Fork 19
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
prioritize_by_ending_soonest BUG? #94
Comments
Miner version is Updated tested build - v15.5.0 (0f42b24) |
Would've been really helpful to see whether Albion appeared in the channel list. I am pretty certain it has nothing to do with the streamers, as possible streams are figured out after determining priority. That being said there is a bunch more weird stuff. Because of that, I want to verify, what version you are actually on. |
Miner version is Updated tested build - v15.5.0 (0f42b24), latest version in release. I clicked reload, so the infomation which it shown should be updated. ===========================================================
=========================================================== I may download the e00187f and test it again |
@Windows200000 Same result, the miner choose the second soonest twitch drop, but this time the first and second both are require specifc channel. |
Is the reason it is a 30 minutes twitch drop, less then 1 hour? |
@Windows200000 |
Hi, I spent a bit of time looking at the code, but couldn't find anything. Unless I find the time to completely delve into the sort logic, I don't think I will be able to fix it without having access to the debugger while having this issue. |
https://github.com/Windows200000/TwitchDropsMiner-updated/blob/master/twitch.py line 835
Add a list to check the game just do |
@zelda0079 I don't understand what you mean. The line you quoted is only there once. Also, you can link to the code directly, instead of copy-pasting: |
TwitchDropsMiner-updated/twitch.py Line 834 in 5aebed7
I try to edit the code,
|
I read my logs, I found that no one was streaming the Kirka.io, I need to find a new test case. |
@zelda0079 I do not see what you mean. |
@jaredkotoff, it seems like it the sorting by ending soonest doesn't always work. TwitchDropsMiner-updated/twitch.py Lines 835 to 846 in 5aebed7
|
@Windows200000 https://github.com/Windows200000/TwitchDropsMiner-updated/blob/master/twitch.py#L1678-L1680 I used to have it sort right here: https://github.com/DevilXD/TwitchDropsMiner/pull/433/files#diff-4769eb01c0ca13db2bd1e0325dc16afaa30a5d607ce1cf9a499696e4a60644a6R834 You can see that it's not exactly the same logic. So probably those other sorts are coming into play. |
@jaredkotoff Did he mention where or why it is sorted? |
@Windows200000 look at the first link in my previous comment |
@jaredkotoff Okay, thanks! I'll take a look at it once I have a bit more time. |
Aims to fix/improve the ending soonest sorting experience Windows200000#94
I think [NAEU] 30 Minute Reward is the soonest twitch drop, and it require specfic streamer, I think there is a bug when the soonest twitch drop is not count which requires specfic streamer.
The Streamer NotNamiko was online on the time.
The text was updated successfully, but these errors were encountered: